Method: Gloo::App::Settings#show_paths
- Defined in:
- lib/gloo/app/settings.rb
#show_paths ⇒ Object
Show path settings
49 50 51 52 53 54 55 56 |
# File 'lib/gloo/app/settings.rb', line 49 def show_paths puts "\n Application Paths:".blue puts ' User Root Path is here: '.yellow + @user_root.white puts ' Projects Path: '.yellow + @project_path.white puts ' Tmp Path: '.yellow + @tmp_path.white puts ' Debug Path: '.yellow + @debug_path.white puts "\n" end |