Class: HelloWorld
- Inherits:
-
Object
- Object
- HelloWorld
- Defined in:
- lib/helloworld.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
2 3 4 |
# File 'lib/helloworld.rb', line 2 def self.hi "Hello World from the all mighty helloworld Gem!" end |