class HelloWorld

Public Instance Methods

test() click to toggle source
# File lib/rlh_test_gem.rb, line 4
def test
  puts "hi this is a test"
end