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
/
File
/
//opt/alt/ruby21/share/ri/2.1.0/system/File/basename-c.ri
U:RDoc::AnyMethod[iI" basename:ETI"File::basename;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KReturns the last component of the filename given in <i>file_name</i>, ;TI"Ewhich can be formed using both <code>File::SEPARATOR</code> and ;TI"<<code>File::ALT_SEPARATOR</code> as the separator when ;TI"B<code>File::ALT_SEPARATOR</code> is not <code>nil</code>. If ;TI"H<i>suffix</i> is given and present at the end of <i>file_name</i>, ;TI"it is removed.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"FFile.basename("/home/gumby/work/ruby.rb") #=> "ruby.rb" ;TI"BFile.basename("/home/gumby/work/ruby.rb", ".rb") #=> "ruby";T:@format0: @fileI"file.c;T:0@omit_headings_from_table_of_contents_below0I"9File.basename(file_name [, suffix] ) -> base_name ;T0[ I"(p1, p2 = v2);T@FI" File;TcRDoc::NormalClass00