10 11 12
# File 'lib/lynx/pipe/append.rb', line 10 def perform(command) system("#{command} >> #{@file}") end