Method: ThorSsh::Actions#as_root

Defined in:
lib/thor-ssh/actions.rb

#as_root(options = {}) ⇒ Object



63
64
65
66
67
# File 'lib/thor-ssh/actions.rb', line 63

def as_root(options={})
  as_user('root', options) do
    yield
  end
end