Sha256: 23f8652f20365a953b704be786259a2dd040521a5f0cf4ec4cb0d56e0bd8ad58
Contents?: true
Size: 334 Bytes
Versions: 6
Compression:
Stored size: 334 Bytes
Contents
# module GELF # # TCP Sender for EventMachine. # class EMTcpSender # def initialize(host, port) # end # # def send_datagrams(datagrams) # end # end # # # UDP Sender for EventMachine. # class EMUdpSender # def initialize(host, port) # end # # def send_datagrams(datagrams) # end # end # end
Version data entries
6 entries across 6 versions & 1 rubygems