Method: Nautilus::Shell#run

Defined in:
lib/nautilus/shell.rb

#run(command, options = {}) ⇒ Object



5
6
7
# File 'lib/nautilus/shell.rb', line 5

def run(command, options = {})
  sh build_command(command, options)
end