class Pear::SystemRunner
Public Instance Methods
run(command)
click to toggle source
# File lib/pear/system_runner.rb, line 3 def run(command) %x(#{command}).strip end
# File lib/pear/system_runner.rb, line 3 def run(command) %x(#{command}).strip end