# File lib/subexec.rb, line 39 def self.run(command, options={}) sub = new(command, options) sub.run! sub end