Method: Libri::CLI#call
- Defined in:
- lib/libri/cli.rb
#call ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/libri/cli.rb', line 7 def call puts "Welcome to Libri.".blue puts "I'm the Raven, your guide in this chamber full of literary wonders.".blue puts "Below are some of the most prized literary awards of our time.".blue puts "Come freely. This will take a few moments...".blue puts LINE make_awards list_awards puts LINE leave end |