class Celluloid::Proxy::Actor

def initialize(mailbox, thread)

def initialize(mailbox, thread)
  @mailbox = mailbox
  @thread = thread
end