File: //usr/local/rvm/gems/ruby-2.6.8/doc/activesupport-6.1.4.1/ri/Hash/deep_transform_keys-i.ri
U:RDoc::AnyMethod[iI"deep_transform_keys:ETI"Hash#deep_transform_keys;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HReturns a new hash with all keys converted by the block operation. ;TI"<This includes the keys from the root hash and from all ;TI"nested hashes and arrays.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"3hash = { person: { name: 'Rob', age: '28' } }
;TI"
;TI"7hash.deep_transform_keys{ |key| key.to_s.upcase }
;TI"2# => {"PERSON"=>{"NAME"=>"Rob", "AGE"=>"28"}};T:@format0:
@fileI"-lib/active_support/core_ext/hash/keys.rb;T:0@omit_headings_from_table_of_contents_below000[ I"
(&block);T@FI" Hash;TcRDoc::NormalClass00