class Haml::AttributeCompiler

def frozen_string(str)

Returns:
  • (String) -

Parameters:
  • str (String) --
def frozen_string(str)
  "#{Haml::Util.inspect_obj(str)}.freeze"
end