Class: MyfirstGem
- Inherits:
-
Object
- Object
- MyfirstGem
- Defined in:
- lib/myfirst_gem.rb
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
2 3 4 |
# File 'lib/myfirst_gem.rb', line 2 def self.hello_world puts "Hello world!" end |