Method: Quality::Process#run

Defined in:
lib/quality/process.rb

#runObject



14
15
16
17
18
19
# File 'lib/quality/process.rb', line 14

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