Method: Whatsa::CLI#summary_helpline
- Defined in:
- lib/whatsa/cli.rb
#summary_helpline ⇒ Object
95 96 97 98 99 100 |
# File 'lib/whatsa/cli.rb', line 95 def summary_helpline puts " _______________________________________________________________" puts " (type 'more' for a potentially longer summary, 'other' if you'd" puts " like to select a specific category of information on the topic," puts " or 'new' to find out about something else)" end |