Module: Doorway::Exec

Defined in:
lib/doorway/commands/exec.rb

Instance Method Summary collapse

Instance Method Details

#exec(command) ⇒ Object



2
3
4
# File 'lib/doorway/commands/exec.rb', line 2

def exec(command)
  conn.exec! command
end