Method: ForeignActor::InternalReactor#socket

Defined in:
lib/foreign_actor/reactor.rb

#socket(*args) ⇒ Object



43
44
45
# File 'lib/foreign_actor/reactor.rb', line 43

def socket(*args)
  @context.socket(*args)
end