class HandBrakeJob

Protected Instance Methods

process_line(line, stream = :stdout) click to toggle source
# File lib/cli_chef/apps/hand_brake/hand_brake_job.rb, line 8
def process_line(line, stream = :stdout)
  self.result.body = self.result.body + line
end