Class: Gauguin::ImageRepository

Inherits:
Object
  • Object
show all
Defined in:
lib/gauguin/image_repository.rb

Instance Method Summary collapse

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