class ERBLint::Linters::ArgumentMappers::Label

def attribute_to_args(attribute)

def attribute_to_args(attribute)
  { title: erb_helper.convert(attribute) }
end