Method: ShowText#batchy_text
- Defined in:
- lib/show_text.rb
#batchy_text ⇒ Object
24 25 26 27 |
# File 'lib/show_text.rb', line 24 def batchy_text puts #format puts "Batch mode".yellow + " means all spreadsheets in the " + "working directory".yellow + " will be processed." end |