Top Level Namespace
Defined Under Namespace
Modules: EngineYard
Constant Summary collapse
- APP_ROOT =
File.('../')
- SEP =
Highline options
'='*72
- CLEAR =
"\e[H\e[2J"
Instance Method Summary collapse
-
#debug(text) ⇒ Object
Debug command defined.
Instance Method Details
#debug(text) ⇒ Object
Debug command defined
21 22 23 |
# File 'lib/backup.rb', line 21 def debug(text) say text if $debug end |