691 692 693 694 695
# File 'lib/upkeep/runtime.rb', line 691 def [](key) value = super Runtime::Ambient.record_cookie(key, value) value end