Sha256: 3f0108f32085408c4d119351ed458d2b3468a4f2e02d3a69b2e5b50951d341b8

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

require 'csstats/error'
require 'csstats/handler'

module CSstats
  class << self

    # Alias for CSstats::Handler.new
    #
    # Returns CSstats::Handler
    def new(options = {})
      CSstats::Handler.new(options)
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
csstats-1.0.3 lib/csstats.rb
csstats-1.0.2 lib/csstats.rb