Module: ExaltedMath::Maths::Stat1

Defined in:
lib/exalted_math/math.rb

Instance Method Summary collapse

Instance Method Details

#astObject



1056
1057
1058
# File 'lib/exalted_math/math.rb', line 1056

def ast
  Node::Stat.new(value)
end

#valueObject



1053
1054
1055
# File 'lib/exalted_math/math.rb', line 1053

def value
  statistic.text_value.downcase
end