module Nokogiri::Decorators::Slop
def respond_to_missing?(name, include_private = false)
def respond_to_missing?(name, include_private = false) list = xpath("#{XPATH_PREFIX}#{name.to_s.sub(/^_/, "")}") !list.empty? end
def respond_to_missing?(name, include_private = false) list = xpath("#{XPATH_PREFIX}#{name.to_s.sub(/^_/, "")}") !list.empty? end