class Rack::Protection::AuthenticityToken

def unmasked_token?(token)

def unmasked_token?(token)
  token.length == TOKEN_LENGTH
end