File: //usr/local/rvm/gems/ruby-2.5.9/doc/activesupport-6.1.4.1/ri/Hash/with_indifferent_access-i.ri
U:RDoc::AnyMethod[iI"with_indifferent_access:ETI"!Hash#with_indifferent_access;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"VReturns an <tt>ActiveSupport::HashWithIndifferentAccess</tt> out of its receiver:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"1{ a: 1 }.with_indifferent_access['a'] # => 1;T:@format0:
@fileI";lib/active_support/core_ext/hash/indifferent_access.rb;T:0@omit_headings_from_table_of_contents_below000[[I"$nested_under_indifferent_access;To;; [o;
; [I"@Called when object is nested under an object that receives ;TI"P#with_indifferent_access. This method will be called on the current object ;TI"Kby the enclosing object and is aliased to #with_indifferent_access by ;TI"Odefault. Subclasses of Hash may overwrite this method to return +self+ if ;TI"Uconverting to an <tt>ActiveSupport::HashWithIndifferentAccess</tt> would not be ;TI"desirable.;T@o;; [I"b = { b: 1 }
;TI"U{ a: b }.with_indifferent_access['a'] # calls b.nested_under_indifferent_access
;TI"# => {"b"=>1};T;
0;@;0I"();T@FI" Hash;TcRDoc::NormalClass00