class Firebrew::Firefox::Command::Executer

Public Instance Methods

exec(command) click to toggle source
# File lib/firebrew/firefox/command.rb, line 7
def exec(command)
  [%x[#{command}], $?]
end