Class: Lynx::Pipe::Run
Instance Method Summary collapse
Methods inherited from Basic
Instance Method Details
#perform(command) ⇒ Object
6 7 8 |
# File 'lib/lynx/pipe/run.rb', line 6 def perform(command) system(command.to_s) end |