Class: Cli

Inherits:
Object
  • Object
show all
Defined in:
lib/quote_box/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



2
3
4
5
6
7
# File 'lib/quote_box/cli.rb', line 2

def start
      puts "~~~~~~~~~~~~~~~~~~~~~~"
puts "Hello,how are you today?"
puts "~~~~~~~~~~~~~~~~~~~~~~"
self.class.interact
end