Class: HelloDevJoao::Greet
- Inherits:
-
Object
- Object
- HelloDevJoao::Greet
- Defined in:
- lib/hello_devJoao.rb
Instance Method Summary collapse
Instance Method Details
#say(greeting = 'hello, World!!') ⇒ Object
5 6 7 |
# File 'lib/hello_devJoao.rb', line 5 def say(greeting = 'hello, World!!') puts greeting end |