Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Struct
/
//opt/alt/ruby27/share/ri/system/Struct/dig-i.ri
U:RDoc::AnyMethod[iI"dig:ETI"Struct#dig;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BExtracts the nested value specified by the sequence of +key+ ;TI"Cobjects by calling +dig+ at each step, returning +nil+ if any ;TI" intermediate step is +nil+.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"Foo = Struct.new(:a) ;TI"*f = Foo.new(Foo.new({b: [1, 2, 3]})) ;TI" ;TI"$f.dig(:a, :a, :b, 0) # => 1 ;TI"&f.dig(:b, 0) # => nil ;TI"Wf.dig(:a, :a, :b, :c) # TypeError: no implicit conversion of Symbol into Integer;T:@format0: @fileI" struct.c;T:0@omit_headings_from_table_of_contents_below0I"1struct.dig(key, ...) -> object ;T0[ I"(*args);T@FI"Struct;TcRDoc::NormalClass00