Sha256: c8dc50e98c258fa48944e3a72ef5b4cf2699e29fc3a3965963c32b0efdc5ade1

Contents?: true

Size: 137 Bytes

Versions: 2

Compression:

Stored size: 137 Bytes

Contents

require 'csstats/handler'

module CSstats
  class << self

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

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
csstats-0.2.0 lib/csstats.rb
csstats-0.1.0 lib/csstats.rb