Module: HelloWorld
- Defined in:
- lib/hello_world.rb
Class Method Summary collapse
Class Method Details
.say_hello ⇒ Object
2 3 4 |
# File 'lib/hello_world.rb', line 2 def self.say_hello puts 'hello world' end |
2 3 4 |
# File 'lib/hello_world.rb', line 2 def self.say_hello puts 'hello world' end |