Class: MySimpleGem::Hello
- Inherits:
-
Object
- Object
- MySimpleGem::Hello
- Defined in:
- lib/my_simple_gem.rb
Class Method Summary collapse
Class Method Details
.there ⇒ Object
5 6 7 |
# File 'lib/my_simple_gem.rb', line 5 def self.there puts "Hello from MySimpleGem" end |