Module: PlaceBear::Helpers

Defined in:
lib/placebear/helpers.rb

Instance Method Summary collapse

Instance Method Details

#place_bear(width = nil, height = nil, grayscale = false) ⇒ Object

See Also:



3
4
5
# File 'lib/placebear/helpers.rb', line 3

def place_bear(width = nil, height = nil, grayscale = false)
  PlaceBear.image(width, height, grayscale)
end

#place_bear_grayscale(width = nil, height = nil) ⇒ Object Also known as: place_bear_gray



8
9
10
# File 'lib/placebear/helpers.rb', line 8

def place_bear_grayscale(width = nil, height = nil)
  PlaceBear.grayscale(width, height)
end