module Morning

Constants

VERSION

Public Class Methods

bye() click to toggle source
# File lib/morning.rb, line 7
def self.bye
        "Good night"
end
hello() click to toggle source
# File lib/morning.rb, line 4
def self.hello
"Good morning"
end