1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Josh Pencheon 2144e70a86 Implement fetch_values for HashWithIndifferentAccess (#28316)
`fetch_values` was added to Hash in Ruby 2.3.0:
  https://bugs.ruby-lang.org/issues/10017

This patch adds an implemention for instances of HWAI, in line
with the existing definitions of `fetch` and `values_at`.
2017-04-10 10:20:13 +09:30
..
active_support Implement fetch_values for HashWithIndifferentAccess (#28316) 2017-04-10 10:20:13 +09:30
active_support.rb deprecate halt_callback_chains_on_return_false instead of halt_and_display_warning_on_return_false 2017-02-08 17:18:55 +09:00