687 688 689 690 691
# File 'lib/upkeep/runtime.rb', line 687 def [](key) value = super Runtime::Ambient.record_cookie(key, value) value end