Method: WAS::Score#calculation
- Defined in:
- lib/was/score.rb
#calculation(option = nil) ⇒ Object
59 60 61 62 63 64 65 |
# File 'lib/was/score.rb', line 59 def calculation(option = nil) if contexts? context_score_calculation else nested_score_calcuation(option) end end |