class Lookbook::DataUriEncoder

def initialize(str, mime_type)

def initialize(str, mime_type)
  @str = str
  @mime_type = mime_type
end