class MiniStatsd
Public Class Methods
run(args = [])
click to toggle source
# File lib/mini_statsd.rb, line 4 def self.run(args = []) StatsdListener.run(port: args[0], host: args[1]) end
# File lib/mini_statsd.rb, line 4 def self.run(args = []) StatsdListener.run(port: args[0], host: args[1]) end