class Rack::Protection::AuthenticityToken

def masked_token?(token)

def masked_token?(token)
  token.length == TOKEN_LENGTH * 2
end