class Gauguin::ImageRepository

Public Instance Methods

get(path) click to toggle source
# File lib/gauguin/image_repository.rb, line 3
def get(path)
  Gauguin::Image.new(path)
end