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