class EventMachine::SystemCmd
@private
Public Class Methods
Public Instance Methods
Source
# File lib/em/processes.rb, line 81 def receive_data data @output << data end
Source
# File lib/em/processes.rb, line 84 def unbind @cb.call @output.join(''), get_status if @cb end