class ERBLint::Linters::ArgumentMappers::ClipboardCopy
Maps attributes in the clipboard-copy element to arguments for the ClipboardCopy component.
def attribute_to_args(attribute)
def attribute_to_args(attribute) attr_name = attribute.name { attr_name.to_sym => erb_helper.convert(attribute) } end