Class: HelloWorld
- Inherits:
-
Object
- Object
- HelloWorld
- Defined in:
- lib/rlh_test_gem.rb
Instance Method Summary collapse
Instance Method Details
#test ⇒ Object
4 5 6 |
# File 'lib/rlh_test_gem.rb', line 4 def test puts "hi this is a test" end |