Method: Fluent::PluginHelper::Server::TCPCallbackSocket#write

Defined in:
lib/fluent/plugin_helper/server.rb

#write(data) ⇒ Object



471
472
473
# File 'lib/fluent/plugin_helper/server.rb', line 471

def write(data)
  @sock.write(data)
end