Module: CSstats

Defined in:
lib/csstats.rb,
lib/csstats/error.rb,
lib/csstats/parser.rb,
lib/csstats/writer.rb,
lib/csstats/handler.rb,
lib/csstats/version.rb,
lib/csstats/parser/player.rb,
lib/csstats/writer/player.rb,
lib/csstats/parser/players.rb,
lib/csstats/writer/players.rb,
lib/csstats/parser/file_reader.rb,
lib/csstats/parser/file_reader/handler.rb,
lib/csstats/writer/file_writer/handler.rb

Defined Under Namespace

Modules: Parser, Writer Classes: Error, FileNotExist, Handler

Constant Summary collapse

VERSION =
'1.1.0'.freeze

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 self.new(options = {})
  CSstats::Handler.new(options)
end