Class: Bayonetta::EXPFile::Interpolation2
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile::Interpolation2
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
Methods included from Bayonetta::ExpKeyInterpolate
Methods included from Bayonetta::ExpAbsolutePositions
Methods included from Bayonetta::ExpDirectValues
Instance Method Details
#size ⇒ Object
478 479 480 |
# File 'lib/bayonetta/exp.rb', line 478 def size @keys.collect(&:size).reduce(:+) end |