module ATSD
Constants
- VERSION
Public Class Methods
new(options = {}, &block)
click to toggle source
Alias for {ATSD#initialize ATSD::ATSD.new
} @param [Hash] options
the configuration options
@return [ATSD]
# File lib/atsd.rb, line 14 def self.new(options = {}, &block) ATSD.new(options, &block) end