Module: EY::Serverside::Shell::Helpers

Included in:
DeployHook::CallbackContext
Defined in:
lib/engineyard-serverside/shell/helpers.rb

Overview

Compatibility with old LoggedOutput where the module was included into the class.

Instance Method Summary collapse

Instance Method Details

#debug(*a) ⇒ Object



18
19
20
# File 'lib/engineyard-serverside/shell/helpers.rb', line 18

def debug(*a)
  shell.debug(*a)
end

#info(*a) ⇒ Object



14
15
16
# File 'lib/engineyard-serverside/shell/helpers.rb', line 14

def info(*a)
  shell.info(*a)
end

#logged_system(*a) ⇒ Object



22
23
24
# File 'lib/engineyard-serverside/shell/helpers.rb', line 22

def logged_system(*a)
  shell.logged_system(*a)
end

#verbose?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/engineyard-serverside/shell/helpers.rb', line 6

def verbose?
  shell.verbose?
end

#warning(*a) ⇒ Object



10
11
12
# File 'lib/engineyard-serverside/shell/helpers.rb', line 10

def warning(*a)
  shell.warning(*a)
end