HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/Pathname/each_child-i.ri
U:RDoc::AnyMethod[iI"each_child:ETI"Pathname#each_child;TF:publico: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::BlankLineo;
;	[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