class HTMLProofer::XpathFunctions
Public Instance Methods
Source
# File lib/html_proofer/xpath_functions.rb, line 6 def case_sensitive_equals(node_set, str_to_match) node_set.find_all { |node| node.to_s == str_to_match.to_s } end
# File lib/html_proofer/xpath_functions.rb, line 6 def case_sensitive_equals(node_set, str_to_match) node_set.find_all { |node| node.to_s == str_to_match.to_s } end