# File lib/rack/protection/authenticity_token.rb, line 108 def mask_authenticity_token(session) token = set_token(session) mask_token(token) end