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/Find/cdesc-Find.ri
U:RDoc::NormalModule[iI"	Find:ET@0o:RDoc::Markup::Document:@parts[o;;[
o:RDoc::Markup::Paragraph;[I"NThe +Find+ module supports the top-down traversal of a set of file paths.;To:RDoc::Markup::BlankLineo;	;[I"LFor example, to total the size of all files under your home directory, ;TI">ignoring anything in a "dot" directory (e.g. $HOME/.ssh):;T@o:RDoc::Markup::Verbatim;[I"require 'find'
;TI"
;TI"total_size = 0
;TI"
;TI"&Find.find(ENV["HOME"]) do |path|
;TI"$  if FileTest.directory?(path)
;TI"1    if File.basename(path).start_with?('.')
;TI"J      Find.prune       # Don't look any further into this directory.
;TI"    else
;TI"      next
;TI"
    end
;TI"  else
;TI"+    total_size += FileTest.size(path)
;TI"  end
;TI"end;T:@format0:
@fileI"lib/find.rb;T:0@omit_headings_from_table_of_contents_below0;
0;0[[[[[I"
class;T[[:public[[I"	find;TI"lib/find.rb;T[I"
prune;T@1[:protected[[:private[[I"
instance;T[[;[[;[[;[[@0@1[@3@1[[U:RDoc::Context::Section[i0o;;[;
0;0[@%@%cRDoc::TopLevel