Parent

EventMachine::Popen3StderrHandler

Public Class Methods

new(connection) click to toggle source
# File lib/pry-remote-em.rb, line 54
def initialize(connection)
  @connection = connection
end

Public Instance Methods

receive_data(data) click to toggle source
# File lib/pry-remote-em.rb, line 58
def receive_data(data)
  @connection.receive_stderr(data)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.