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