Module: CSstats

Defined in:
lib/csstats.rb,
lib/csstats/error.rb,
lib/csstats/handler.rb,
lib/csstats/version.rb

Defined Under Namespace

Classes: Error, FileNotExist, Handler

Constant Summary collapse

VERSION =
'1.0.6'

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object

Alias for CSstats::Handler.new

Returns CSstats::Handler



8
9
10
# File 'lib/csstats.rb', line 8

def self.new(options = {})
  CSstats::Handler.new(options)
end