D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Dir
/
Filename :
open-c.ri
back
Copy
U:RDoc::AnyMethod[iI" open:ETI"Dir::open;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DCreates a new \Dir object _dir_ for the directory at +dirpath+.;To:RDoc::Markup::BlankLine o; ; [I"HWith no block, the method equivalent to Dir.new(dirpath, encoding):;T@o:RDoc::Markup::Verbatim; [I"!Dir.open('.') # => #<Dir:.> ;T:@format0o; ; [I"EWith a block given, the block is called with the created _dir_; ;TI"Eon block exit _dir_ is closed and the block's value is returned:;T@o;; [I"8Dir.open('.') {|dir| dir.inspect } # => "#<Dir:.>" ;T; 0o; ; [I"?The value given with optional keyword argument +encoding+ ;TI";specifies the encoding for the directory entry names; ;TI"@if +nil+ (the default), the file system's encoding is used:;T@o;; [I"NDir.open('.').read.encoding # => #<Encoding:UTF-8> ;TI"PDir.open('.', encoding: 'US-ASCII').read.encoding # => #<Encoding:US-ASCII>;T; 0: @fileI"dir.rb;T:0@omit_headings_from_table_of_contents_below0I"�Dir.open(dirpath) -> dir Dir.open(dirpath, encoding: nil) -> dir Dir.open(dirpath) {|dir| ... } -> object Dir.open(dirpath, encoding: nil) {|dir| ... } -> object ;TI"dir;T[ I""(name, encoding: nil, &block);T@%FI"Dir;TcRDoc::NormalClass00