Faker::Base
# File lib/faker/avatar.rb, line 4 def image(slug=nil) slug ||= Faker::Lorem.words "http://robohash.org/#{slug}" end