Unsets a value from the context.
Parameters:
The name of the context value to unset.
Returns:
The value of the context value just unset.
54 55 56
# File 'lib/opencensus/context.rb', line 54 def unset key storage.delete key end