class ERBLint::Linters::BaseLinter

def map_arguments(_tag, _tag_tree)

Returns:
  • (Nil) - if cannot map to arguments.
  • (Hash) - if possible to map all attributes to arguments.
def map_arguments(_tag, _tag_tree)
  nil
end