Module: Herostats

Defined in:
lib/herostats.rb,
lib/herostats/version.rb

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.parse(file_path) ⇒ Object



6
7
8
# File 'lib/herostats.rb', line 6

def self.parse(file_path)
  ReplayParser.parse(file_path)
end