Method: Puppet::Pops::Types::PPatternType#initialize
- Defined in:
- lib/puppet/pops/types/types.rb
#initialize(patterns) ⇒ PPatternType
Returns a new instance of PPatternType.
1778 1779 1780 |
# File 'lib/puppet/pops/types/types.rb', line 1778 def initialize(patterns) @patterns = patterns.freeze end |