Method: ChildProcess::JRuby::Pump#run

Defined in:
lib/childprocess/jruby/pump.rb

#runObject



17
18
19
20
21
# File 'lib/childprocess/jruby/pump.rb', line 17

def run
  @thread = Thread.new { pump }

  self
end