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

def convert(attribute)

def convert(attribute)
  raise_error(attribute) unless interpolation?(attribute)
  if any?(attribute)
    convert_interpolation(attribute)
  else
    attribute.value.to_json
  end
end