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