# File lib/xpath/html.rb, line 109 def field_value(value) (string.n.is(value) & tag(:textarea)) | (attr(:value).equals(value) & ~tag(:textarea)) end