Class: MiniStatsd

Inherits:
Object
  • Object
show all
Defined in:
lib/mini_statsd.rb

Class Method Summary collapse

Class Method Details

.run(args = []) ⇒ Object



4
5
6
# File 'lib/mini_statsd.rb', line 4

def self.run(args = [])
  StatsdListener.run(port: args[0], host: args[1])
end