11 12 13 14
# File 'lib/wework/token/base.rb', line 11 def token update_token if expired? redis.hget(redis_key, token_key) end