14 15 16
# File 'lib/meter/backends/udp.rb', line 14 def output_data(data) socket.send data, 0, self.host, self.port end