class HTML::Tag
def find(conditions)
matching node is returned. Otherwise, +nil+ is returned. (See the
If either the node or any of its children meet the given conditions, the
def find(conditions) match(conditions) && self || super end
def find(conditions) match(conditions) && self || super end