locales/puppet.pot:msgid "Enumeration.enumerator is deprecated. Use Iterable.on instead"
|
spec/unit/pops/types/enumeration_spec.rb: expect(Enumeration.enumerator([1,2,3]).respond_to?(:next)).to eql(true)
|
spec/unit/pops/types/enumeration_spec.rb: expect(Enumeration.enumerator({:a=>1}).respond_to?(:next)).to eql(true)
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator("abc")
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator(2)
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator(range)
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator(range)
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator(range)
|
spec/unit/pops/types/enumeration_spec.rb: enum = Enumeration.enumerator(x)
|
lib/puppet/pops/types/enumeration.rb:# The Enumeration class provides default Enumerable::Enumerator creation for Puppet Programming Language
|
lib/puppet/pops/types/enumeration.rb: class Enumeration
|
lib/puppet/pops/types/enumeration.rb: Puppet.deprecation_warning(_('Enumeration.enumerator is deprecated. Use Iterable.on instead'))
|
lib/puppet/pops/types/enumeration.rb: Puppet.deprecation_warning(_('Enumeration.enumerator is deprecated. Use Iterable.on instead'))
|