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
/
ruby21
/
share
/
ri
/
2.1.0
/
system
/
Rake
/
FileList
/
//opt/alt/ruby21/share/ri/2.1.0/system/Rake/FileList/exclude-i.ri
U:RDoc::AnyMethod[iI"exclude:EFI"Rake::FileList#exclude;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"LRegister a list of file name patterns that should be excluded from the ;TI"Jlist. Patterns may be regular expressions, glob patterns or regular ;TI"Nstrings. In addition, a block given to exclude will remove entries that ;TI")return true when given to the block.;To:RDoc::Markup::BlankLine o; ; [ I"MNote that glob patterns are expanded against the file system. If a file ;TI"His explicitly added to a file list, but does not exist in the file ;TI"Ksystem, then an glob pattern in the exclude list will not exclude the ;TI" file.;T@o; ; [I"Examples:;To:RDoc::Markup::Verbatim; [I"6FileList['a.c', 'b.c'].exclude("a.c") => ['b.c'] ;TI"6FileList['a.c', 'b.c'].exclude(/^a/) => ['b.c'] ;T:@format0o; ; [I"!If "a.c" is a file, then ...;To;; [I"6FileList['a.c', 'b.c'].exclude("a.*") => ['b.c'] ;T; 0o; ; [I"%If "a.c" is not a file, then ...;To;; [I"<FileList['a.c', 'b.c'].exclude("a.*") => ['a.c', 'b.c'];T; 0: @fileI"lib/rake/file_list.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(*patterns, &block);T@+FI" FileList;TcRDoc::NormalClass00