Method: CLI#call

Defined in:
lib/cli.rb

#callObject



6
7
8
9
10
# File 'lib/cli.rb', line 6

def call
  puts "Welcome to the longform browsing Ruby Gem CLI!"
  puts ""
  run
end