Module: TestGem
- Defined in:
- lib/test_gem.rb,
lib/test_gem/version.rb
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
6 7 8 |
# File 'lib/test_gem.rb', line 6 def self.hello "yo, whaz up?" end |