# File lib/rack/protection/authenticity_token.rb, line 90 def self.token(session) self.new(nil).mask_authenticity_token(session) end