lib/puppet/network/formats.rb in puppet-3.0.2 vs lib/puppet/network/formats.rb in puppet-3.1.0.rc1

- old
+ new

@@ -99,11 +99,9 @@ true end end Puppet::Network::FormatHandler.create_serialized_formats(:pson, :weight => 10, :required_methods => [:render_method, :intern_method]) do - confine :true => Puppet.features.pson? - def intern(klass, text) data_to_instance(klass, PSON.parse(text)) end def intern_multiple(klass, text)