class Haml::AttributeParser

def wrap_bracket(text)

def wrap_bracket(text)
  text = text.strip
  return text if text[0] == '{'
  "{#{text}}"
end