Top Level Namespace

Defined Under Namespace

Modules: EngineYard

Constant Summary collapse

APP_ROOT =
File.expand_path('../')
SEP =

Highline options

'='*72
CLEAR =
"\e[H\e[2J"

Instance Method Summary collapse

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