Class: FakeFaker::Fillmurray

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_faker/fillmurray.rb

Class Method Summary collapse

Class Method Details

.image(grayscale = nil, width = nil, height = nil) ⇒ Object



4
5
6
# File 'lib/fake_faker/fillmurray.rb', line 4

def image(grayscale = nil, width = nil, height = nil)
  ::Faker::Fillmurray.image(grayscale: grayscale, width: width, height: height)
end