Method: Cuboid::Support::Buffer::Base#size
- Defined in:
- lib/cuboid/support/buffer/base.rb
#size ⇒ Integer
Returns Number of object in the buffer.
62 63 64 |
# File 'lib/cuboid/support/buffer/base.rb', line 62 def size @buffer.size end |