Method: Puppet::Pops::Types::StepIterator#size
- Defined in:
- lib/puppet/pops/types/iterable.rb
#size ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
305 306 307 |
# File 'lib/puppet/pops/types/iterable.rb', line 305 def size super / @step_size end |