class Lookbook::FileDataUriEncoder

def initialize(path, mime_type = nil)

def initialize(path, mime_type = nil)
  @path = path
  @mime_type = mime_type
end