Class: Hello
- Inherits:
-
Object
- Object
- Hello
- Defined in:
- lib/first_gem_rakesh/hello.rb
Instance Method Summary collapse
Instance Method Details
#say_bye ⇒ Object
7 8 9 |
# File 'lib/first_gem_rakesh/hello.rb', line 7 def say_bye puts "Good Bye world" end |
#say_hello ⇒ Object
3 4 5 |
# File 'lib/first_gem_rakesh/hello.rb', line 3 def say_hello puts "Hello World" end |