Class: FakeFaker::Placeholdit

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

Class Method Summary collapse

Class Method Details

.image(size = nil, format = nil, background_color = nil, text_color = nil, text = nil) ⇒ Object



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

def image(size = nil, format = nil, background_color = nil, text_color = nil, text = nil)
  ::Faker::Placeholdit.image(size: size, format: format, background_color: background_color, text_color: text_color, text: text)
end