# File lib/rubyful_soup.rb, line 385 def find_text(text=nil, &block) args = { :text => text, :limit => 1} iterator = method(args[:recursive] == false ? 'children' : 'recursive_children') fetch(iterator, nil, args, block)[0] end