748 749 750 751 752
# File 'lib/upkeep/runtime.rb', line 748 def [](key) value = super Runtime::Ambient.record_cookie(key, value) value end