class ERBLint::Linters::ArgumentMappers::Helpers::ErbBlock

def raise_error(attribute)

def raise_error(attribute)
  raise ERBLint::Linters::ArgumentMappers::ConversionError, "Cannot convert attribute \"#{attribute.name}\" because its value contains an erb block"
end