class Haml::AttributeCompiler

def literal_for(value)

def literal_for(value)
  type, exp = value
  type == :static ? "#{exp.inspect}.freeze" : exp
end