Libraries
»
gauguin
(0.0.3)
»
Index (I)
»
Gauguin
»
ImageRepository
Class: Gauguin::ImageRepository
Inherits:
Object
Object
Gauguin::ImageRepository
show all
Defined in:
lib/gauguin/image_repository.rb
Instance Method Summary
collapse
#
get
(path) ⇒ Object
Instance Method Details
#
get
(path) ⇒
Object
3 4 5
# File 'lib/gauguin/image_repository.rb', line 3
def
get
(
path
)
Gauguin
::
Image
.
new
(
path
)
end