Method: ShowText#welcome_text
- Defined in:
- lib/show_text.rb
#welcome_text ⇒ Object
50 51 52 53 54 |
# File 'lib/show_text.rb', line 50 def welcome_text puts "If this is the first time to run Printsly, please choose " + "[3]".yellow + " and configure." puts #format puts "The configuration file is stored in your home directory by default." end |