File: //usr/share/ri/3.0.0/system/Array/dig-i.ri
U:RDoc::AnyMethod[iI"dig:ETI"Array#dig;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"4Finds and returns the object in nested objects ;TI"5that is specified by +index+ and +identifiers+. ;TI"=The nested objects may be instances of various classes. ;TI"6See {Dig Methods}[rdoc-ref:doc/dig_methods.rdoc].;To:RDoc::Markup::BlankLine o;
; [I"Examples:;To:RDoc::Markup::Verbatim; [
I",a = [:foo, [:bar, :baz, [:bat, :bam]]]
;TI".a.dig(1) # => [:bar, :baz, [:bat, :bam]]
;TI"#a.dig(1, 2) # => [:bat, :bam]
;TI"a.dig(1, 2, 0) # => :bat
;TI"a.dig(1, 2, 3) # => nil;T:@format0:
@fileI"array.c;T:0@omit_headings_from_table_of_contents_below0I".array.dig(index, *identifiers) -> object
;T0[ I"(*args);T@FI"
Array;TcRDoc::NormalClass00