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