File: //usr/local/rvm/gems/default/doc/activesupport-6.1.4.1/ri/Hash/deep_transform_values-i.ri
U:RDoc::AnyMethod[iI"deep_transform_values:ETI"Hash#deep_transform_values;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"JReturns a new hash with all values converted by the block operation. ;TI">This includes the values 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"=hash.deep_transform_values{ |value| value.to_s.upcase }
;TI",# => {person: {name: "ROB", age: "28"}};T:@format0:
@fileI">lib/active_support/core_ext/hash/deep_transform_values.rb;T:0@omit_headings_from_table_of_contents_below000[ I"
(&block);T@FI" Hash;TcRDoc::NormalClass00