1. 18 7月, 2017 1 次提交
    • L
      Fix HashWithIndifferentAccess#default when include?(nil) · a218a35e
      Lisa Ugray 提交于
      The implementation of HashWithIndifferentAccess#default didn't
      distinguish `default` from `default(nil)`, which caused an incorrect
      result for `default` if `nil` was used as a key.
      
      Define HashWithIndifferentAccess#dig so that hackery that behaves
      differently from Hash#default can be removed from
      HashWithIndifferentAccess#default.
      a218a35e
  2. 12 7月, 2017 4 次提交
  3. 11 7月, 2017 18 次提交
  4. 10 7月, 2017 8 次提交
  5. 09 7月, 2017 9 次提交