Method: Puppet::Pops::Types::PIterableType#iterable?

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

#iterable?(guard = nil) ⇒ Boolean

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.

Returns:

  • (Boolean)


1434
1435
1436
# File 'lib/puppet/pops/types/types.rb', line 1434

def iterable?(guard = nil)
  true
end