Open bf4 opened 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?
lib/fnordmetric.rb
Comment by Kozlov-V Tuesday May 14, 2013 at 12:56 GMT
+1
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:
Can we get a note in the documentation for this? Or should the class be loaded automatically in
lib/fnordmetric.rb
?