Module: MyGem
- Defined in:
- lib/my_gem.rb,
lib/my_gem/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
4 5 6 |
# File 'lib/my_gem.rb', line 4 def self.hello_world puts "[#{self}]: Hello world!" end |