# File lib/mechanize/page/frame.rb, line 22
  def content
    @content ||= @mech.get @href, [], page
  end