Class: Hello

Inherits:
Object
  • Object
show all
Defined in:
lib/first_gem_rakesh/hello.rb

Instance Method Summary collapse

Instance Method Details

#say_byeObject



7
8
9
# File 'lib/first_gem_rakesh/hello.rb', line 7

def say_bye
  puts "Good Bye world"
end

#say_helloObject



3
4
5
# File 'lib/first_gem_rakesh/hello.rb', line 3

def say_hello
  puts "Hello World"
end