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 file_name, ;TI"Ewhich can be formed using both File::SEPARATOR and ;TI"<File::ALT_SEPARATOR as the separator when ;TI"BFile::ALT_SEPARATOR is not nil. If ;TI"Hsuffix is given and present at the end of file_name, ;TI"Dit is removed. If suffix is ".*", any extension will be ;TI" removed.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [I"FFile.basename("/home/gumby/work/ruby.rb") #=> "ruby.rb" ;TI"CFile.basename("/home/gumby/work/ruby.rb", ".rb") #=> "ruby" ;TI"BFile.basename("/home/gumby/work/ruby.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" (*args);T@FI" File;TcRDoc::NormalClass00