> Daniel, do you have a sense from the above stack trace how complicated the > fix for this is likely to be?
It should be fairly simple; my guess is that Ruby 1.8.5 doesn't return an enumerable from String#each_line, but only accepts a block. It makes the code uglier but reasonably effective to change that. That said, I don't know for sure, and I can't get a Ruby 1.8.5 install on my machine to test with, so I am significantly limited in my ability to resolve issues like this. Maybe 1/2/8 hours effort to resolve. No promises it is a universal panacea either; this may crop up again elsewhere. -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
