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