# File lib/statsd.rb, line 13
    def initialize(host='localhost', port=8125)
      @host = host
      @port = port
    end