Libraries
»
xrc
(0.1.1)
»
Index
»
Xrc
»
Connection
»
#write
Method: Xrc::Connection#write
Defined in:
lib/xrc/connection.rb
#
write
(object) ⇒
Object
25 26 27
# File 'lib/xrc/connection.rb', line 25
def
write
(
object
)
socket
<<
object
.
to_s
end