# File lib/libxml/properties.rb, line 4 def property(name) warn('Node#properties is deprecated. Use Node#[] instead.') self[name] end