17 18 19
# File 'lib/fresh_jwt/store_old.rb', line 17 def self.get token @@store.find{ |t| t == token } end