On 10/07/2014 03:21 PM, jcbollinger wrote: > Can it be a Ruby version thing? > > > > Yes. Hash.each_pair() is new in Ruby 1.9.
Uhm, no :-) That would have been bad news for my master. http://www.ruby-doc.org/core-1.8.7/Hash.html#method-i-each_pair Also, Hash.each should be functionally equivalent. http://www.ruby-doc.org/core-1.8.7/Hash.html#method-i-each Something weird is indeed going on there. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/54464964.7040608%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/d/optout.
