class EventMachine::Popen3StderrHandler
Public Class Methods
new(connection)
click to toggle source
# File lib/slinky/em-popen3.rb, line 27 def initialize(connection) @connection = connection end
Public Instance Methods
receive_data(data)
click to toggle source
# File lib/slinky/em-popen3.rb, line 31 def receive_data(data) @connection.receive_stderr(data) end