Class: Ygitme::Hello
- Inherits:
-
Object
- Object
- Ygitme::Hello
- Defined in:
- lib/ygitme.rb
Instance Method Summary collapse
Instance Method Details
#say_hello ⇒ Object
5 6 7 |
# File 'lib/ygitme.rb', line 5 def say_hello puts 'This is ygitme. Please start hacking.' end |