Module: Bayonetta::ExpRelativePositions
- Included in:
- Bayonetta::EXPFile::Interpolation6
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
Instance Method Details
#key_positions ⇒ Object
38 39 40 41 42 43 |
# File 'lib/bayonetta/exp.rb', line 38 def key_positions @key_positions ||= begin sum = 0 @keys.collect { |k| sum += k.v } end end |