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
/
Pathname
/
//opt/alt/ruby27/share/ri/system/Pathname/each_child-i.ri
U:RDoc::AnyMethod[iI"each_child:ETI"Pathname#each_child;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"1Iterates over the children of the directory ;TI"/(files and subdirectories, not recursive).;To:RDoc::Markup::BlankLine o; ; [I".It yields Pathname object for each child.;T@o; ; [I"NBy default, the yielded pathnames will have enough information to access ;TI"the files.;T@o; ; [I"NIf you set +with_directory+ to +false+, then the returned pathnames will ;TI"contain the filename only.;T@o:RDoc::Markup::Verbatim; [I"2Pathname("/usr/local").each_child {|f| p f } ;TI"&#=> #<Pathname:/usr/local/share> ;TI"$# #<Pathname:/usr/local/bin> ;TI"&# #<Pathname:/usr/local/games> ;TI"$# #<Pathname:/usr/local/lib> ;TI"(# #<Pathname:/usr/local/include> ;TI"%# #<Pathname:/usr/local/sbin> ;TI"$# #<Pathname:/usr/local/src> ;TI"$# #<Pathname:/usr/local/man> ;TI" ;TI"9Pathname("/usr/local").each_child(false) {|f| p f } ;TI"#=> #<Pathname:share> ;TI"# #<Pathname:bin> ;TI"# #<Pathname:games> ;TI"# #<Pathname:lib> ;TI"# #<Pathname:include> ;TI"# #<Pathname:sbin> ;TI"# #<Pathname:src> ;TI"# #<Pathname:man> ;T:@format0o; ; [I"ENote that the results never contain the entries +.+ and +..+ in ;TI"1the directory because they are not children.;T@o; ; [I"See Pathname#children;T: @fileI"!ext/pathname/lib/pathname.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(with_directory=true, &b);T@7FI" Pathname;TcRDoc::NormalClass00