Method: ShowText#help_text
- Defined in:
- lib/show_text.rb
#help_text ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'lib/show_text.rb', line 29 def help_text puts # format puts "Please pass the FULL PATH for two directories separated by a space!".red puts "Pending files in the first directory and done in the second.".red puts # format puts "EXAMPLE: printsly /u01/app/cups/pending /u01/app/cups/done".green puts # format end |