Method: Quality::Process#run

Defined in:
lib/quality/process.rb

#runObject



12
13
14
15
16
17
# File 'lib/quality/process.rb', line 12

def run
  @popener.popen(@full_cmd) do |file|
    yield file
  end
  $CHILD_STATUS.exitstatus if $CHILD_STATUS
end