= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
These similar methods exist in v3.2.13:
fetch(key, *extras)
Fetches the value for the specified key, same as doing hash[key]
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 68 def fetch(key, *extras) super(convert_key(key), *extras) end