Class: Lynx::Pipe::Run

Inherits:
Basic
  • Object
show all
Defined in:
lib/lynx/pipe/run.rb

Instance Method Summary collapse

Methods inherited from Basic

#clear

Instance Method Details

#perform(command) ⇒ Object



7
8
9
# File 'lib/lynx/pipe/run.rb', line 7

def perform(command)
  SystemOut.run(command.to_s)
end