module FFaker::Image

def file(size = '300x300', format = 'png', bg_color = :random, text_color = :random, text = nil)

def file(size = '300x300', format = 'png', bg_color = :random, text_color = :random, text = nil)
  download_file(url(size, format, bg_color, text_color, text))
end