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