Class: Firebrew::Firefox::Command::Executer

Inherits:
Object
  • Object
show all
Defined in:
lib/firebrew/firefox/command.rb

Instance Method Summary collapse

Instance Method Details

#exec(command) ⇒ Object



4
5
6
# File 'lib/firebrew/firefox/command.rb', line 4

def exec(command)
  [%x[#{command}], $?]
end