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