Module: Shellshot

Defined in:
lib/shellshot.rb

Defined Under Namespace

Classes: Command, CommandError

Class Method Summary collapse

Class Method Details

.exec(command, options = {}) ⇒ Object



135
136
137
# File 'lib/shellshot.rb', line 135

def self.exec(command, options = {})
  Shellshot::Command.new().exec(command, options)
end