From 18d5656ade500fcf67d9612e2902d03e15c12f05 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Thu, 12 May 2016 17:43:13 -0500 Subject: [PATCH] Add test.rb --- test.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.rb diff --git a/test.rb b/test.rb new file mode 100644 index 0000000..4acc303 --- /dev/null +++ b/test.rb @@ -0,0 +1,5 @@ +class Test + def hello + puts "Hello there!" + end +end