Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-2187
Puppet Gem modifies behavior of Class.to_yaml method
Can someone please explain this behavior? I couldn't find any features in the Puppet documentation that would explain why something like this would be going on. Looks like a bug:

<pre>
irb(main):001:0> class Foo; end
=> nil
irb(main):002:0> require 'yaml'
=> true
irb(main):003:0> Foo.to_yaml
=> "--- !ruby/class 'Foo'\n"
irb(main):004:0> require ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to