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