# File lib/mechanize/page.rb, line 282
    def image_urls
      @image_urls ||= images.map(&:url).uniq
    end