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
/
ruby27
/
share
/
ri
/
system
/
Dir
/
//opt/alt/ruby27/share/ri/system/Dir/open-c.ri
U:RDoc::AnyMethod[iI" open:ETI"Dir::open;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"\The optional <i>encoding</i> keyword argument specifies the encoding of the directory. ;TI"7If not specified, the filesystem encoding is used.;To:RDoc::Markup::BlankLine o; ; [ I"FWith no block, <code>open</code> is a synonym for Dir::new. If a ;TI"Dblock is present, it is passed <i>aDir</i> as a parameter. The ;TI"Hdirectory is closed at the end of the block, and Dir::open returns ;TI"the value of the block.;T: @fileI" dir.c;T:0@omit_headings_from_table_of_contents_below0I"�Dir.open( string ) -> aDir Dir.open( string, encoding: enc ) -> aDir Dir.open( string ) {| aDir | block } -> anObject Dir.open( string, encoding: enc ) {| aDir | block } -> anObject ;T0[ I"(*args);T@FI"Dir;TcRDoc::NormalClass00