class Lookbook::KeyValueTagParser

def initialize(text)

def initialize(text)
  @text = text.to_s
end