Method: Puppet::Pops::Types::Iterable#each
- Defined in:
- lib/puppet/pops/types/iterable.rb
#each(&block) ⇒ 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.
149 150 151 |
# File 'lib/puppet/pops/types/iterable.rb', line 149 def each(&block) step(1, &block) end |