# File lib/puppet/file_bucket/file.rb, line 53
53:   def self.from_pson( pson )
54:     self.new( pson["contents"] )
55:   end