# File lib/chef/cookbook/metadata.rb, line 449
      def self.from_hash(o)
        cm = self.new()
        cm.from_hash(o)
        cm
      end