Method: Quickstrings.image

Defined in:
lib/quickstrings.rb

.image(size = nil) ⇒ Object



60
61
62
# File 'lib/quickstrings.rb', line 60

def image(size = nil)
	IMAGES.first + (size.nil? ? "":"?s=#{size}")
end