gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Requiring UDPClient #55

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by openfirmware Monday May 13, 2013 at 17:53 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/144


This isn't mentioned in the documentation yet, but using the UDPClient requires it to be included explicitly:

require 'fnordmetric'
require 'fnordmetric/udp_client'

FnordMetric::UDPClient.new('localhost', 2323)

Can we get a note in the documentation for this? Or should the class be loaded automatically in lib/fnordmetric.rb?

bf4 commented 10 years ago

Comment by Kozlov-V Tuesday May 14, 2013 at 12:56 GMT


+1