Method: Bard::Server#exec!

Defined in:
lib/bard/server.rb

#exec!(command, home: false) ⇒ Object



104
105
106
# File 'lib/bard/server.rb', line 104

def exec! command, home: false
  Bard::Command.exec! command, on: self, home:
end