Method: Puppet::Pops::Types::StepIterator#size

Defined in:
lib/puppet/pops/types/iterable.rb

#sizeObject

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.



248
249
250
# File 'lib/puppet/pops/types/iterable.rb', line 248

def size
  super / @step_size
end