Module: CSstats

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

Defined Under Namespace

Classes: Error, Handler

Constant Summary collapse

VERSION =
'1.0.3'

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object

Alias for CSstats::Handler.new

Returns CSstats::Handler



10
11
12
# File 'lib/csstats.rb', line 10

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