Libraries
»
foreign_actor
(1.0.5)
»
Index
»
ForeignActor
»
InternalReactor
»
#socket
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