Class: HoN::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/hon/stats.rb

Direct Known Subclasses

HeroStats, MatchStats, PlayerStats

Instance Method Summary collapse

Instance Method Details

#[](name) ⇒ Object



7
8
9
# File 'lib/hon/stats.rb', line 7

def [] name
  @statistics[name]
end