class Kilya class << self def hello puts "Hello i'm kIlya" end end def say(line) words = line.nil? ? "Nothing to say" : line puts words end end