Module: Mygem2
- Defined in:
- lib/mygem2.rb,
lib/mygem2/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/mygem2.rb', line 5 def self.hello puts "hello world 2" end |