Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 357 Bytes

fillmurray.md

File metadata and controls

10 lines (8 loc) · 357 Bytes

Faker::Fillmurray

Available since version 1.7.1.

# Keyword arguments: grayscale, width, height
Faker::Fillmurray.image #=> "http://www.fillmurray.com/300/300"
Faker::Fillmurray.image(grayscale: true) #=> "http://fillmurray.com/g/300/300"
Faker::Fillmurray.image(grayscale: false, width: 200, height: 400) #=> "http://fillmurray.com/200/400"