# File lib/www/mechanize/page.rb, line 140 def iframes @iframes ||= search('iframe').map { |node| Frame.new(node, @mech, self) } end