class Haml::AttributeCompiler
def attribute_builder(type, values)
def attribute_builder(type, values) args = [@escape_attrs.inspect, *values.map { |v| literal_for(v) }] "::Haml::AttributeBuilder.build_#{type}(#{args.join(', ')})" end
def attribute_builder(type, values) args = [@escape_attrs.inspect, *values.map { |v| literal_for(v) }] "::Haml::AttributeBuilder.build_#{type}(#{args.join(', ')})" end