# File lib/libxml/properties.rb, line 11
      def properties
        warn('Node#properties is deprecated.  Use Node#attributes instead.')
        self.attributes
      end