lib/statsd.rb 🔗
@@ -2,6 +2,9 @@
require "statsd-instrument"
+require_relative "registration"
+require_relative "rev_ai"
+
# These are basically data, not code, I find them more readable on one line each
# rubocop:disable Layout/LineLength
Phillip Davis created
lib/statsd.rb | 3 +++
1 file changed, 3 insertions(+)
@@ -2,6 +2,9 @@
require "statsd-instrument"
+require_relative "registration"
+require_relative "rev_ai"
+
# These are basically data, not code, I find them more readable on one line each
# rubocop:disable Layout/LineLength