From 2fb5a297afb868dbe7bbd54526c7bc11819c41cd Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Tue, 22 Sep 2015 17:50:26 -0300 Subject: Add sample gem project to test documentation generation --- sample/mrblib/sample.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sample/mrblib/sample.rb (limited to 'sample/mrblib') diff --git a/sample/mrblib/sample.rb b/sample/mrblib/sample.rb new file mode 100644 index 0000000..1846b9b --- /dev/null +++ b/sample/mrblib/sample.rb @@ -0,0 +1,14 @@ +module Sample + + # A Sample test class + class Test + + # Foo returns bar + # + # @return [String] bar! + def foo + return "bar" + end + end + +end -- cgit v1.2.3