module Herostats

Constants

VERSION

Public Class Methods

parse(file_path) click to toggle source
# File lib/herostats.rb, line 6
def self.parse(file_path)
  ReplayParser.parse(file_path)
end