class ERBLint::Linters::ArgumentMappers::ClipboardCopy

def attribute_to_args(attribute)

def attribute_to_args(attribute)
  attr_name = attribute.name
  { attr_name.to_sym => erb_helper.convert(attribute) }
end