Sha256: 720ea4aec88d2204fd6bd64056a84a19f1f61d9bdea54fb8ecbfcfe21c9e817d

Contents?: true

Size: 207 Bytes

Versions: 4

Compression:

Stored size: 207 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
csstats-1.0.7 lib/csstats.rb
csstats-1.0.6 lib/csstats.rb
csstats-1.0.5 lib/csstats.rb
csstats-1.0.4 lib/csstats.rb