Method: Lynx::Pipe::Append#perform

Defined in:
lib/lynx/pipe/append.rb

#perform(command) ⇒ Object



10
11
12
# File 'lib/lynx/pipe/append.rb', line 10

def perform(command)
  system("#{command} >> #{@file}")
end