Method: Puppet::Pops::Types::PAnyType#iterable_type
- Defined in:
- lib/puppet/pops/types/types.rb
#iterable_type(guard = nil) ⇒ PIterableType?
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 the ‘PIterableType` that this type should be assignable to, or `nil` if no such type exists. A type that returns a `PIterableType` must respond `true` to `#iterable?`.
255 256 257 |
# File 'lib/puppet/pops/types/types.rb', line 255 def iterable_type(guard = nil) nil end |