Method: Exalted::StatSet#initialize

Defined in:
lib/exalted/stat_set.rb

#initialize(name, stats) ⇒ StatSet

Returns a new instance of StatSet.



28
29
30
31
32
33
34
# File 'lib/exalted/stat_set.rb', line 28

def initialize(name, stats)
  @name = name.to_sym
  @stat_names = stats
  @caste = false

  create_stats
end