Method: Whatsa::CLI#full
- Defined in:
- lib/whatsa/cli.rb
#full(text) ⇒ Object
139 140 141 142 143 144 |
# File 'lib/whatsa/cli.rb', line 139 def full(text) clear_screen puts word_wrap(text.full_text) full_text_helpline gets_command end |