Module: Rocktest
- Defined in:
- lib/rocktest.rb,
lib/rocktest/version.rb
Constant Summary collapse
- VERSION =
"0.0.2"
Instance Method Summary collapse
-
#greeting ⇒ Object
Your code goes here…
Instance Method Details
#greeting ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/rocktest.rb', line 5 def greeting puts "What the hell...?" end |