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