662 663 664 665 666
# File 'lib/upkeep/runtime.rb', line 662 def [](key) value = super Runtime::Ambient.record_cookie(key, value) value end