Current Path : /usr/local/share/ri/1.8/system/Dir/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/Dir/cdesc-Dir.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: chdir - !ruby/object:RI::MethodSummary name: chroot - !ruby/object:RI::MethodSummary name: delete - !ruby/object:RI::MethodSummary name: entries - !ruby/object:RI::MethodSummary name: foreach - !ruby/object:RI::MethodSummary name: getwd - !ruby/object:RI::MethodSummary name: glob - !ruby/object:RI::MethodSummary name: mkdir - !ruby/object:RI::MethodSummary name: mktmpdir - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: open - !ruby/object:RI::MethodSummary name: pwd - !ruby/object:RI::MethodSummary name: rmdir - !ruby/object:RI::MethodSummary name: tmpdir - !ruby/object:RI::MethodSummary name: unlink comment: - !ruby/struct:SM::Flow::P body: Objects of class <tt>Dir</tt> are directory streams representing directories in the underlying file system. They provide a variety of ways to list directories and their contents. See also <tt>File</tt>. - !ruby/struct:SM::Flow::P body: The directory used in these examples contains the two regular files (<tt>config.h</tt> and <tt>main.rb</tt>), the parent directory (<tt>..</tt>), and the directory itself (<tt>.</tt>). constants: - !ruby/object:RI::Constant comment: name: CSIDL_LOCAL_APPDATA value: "0x001c" full_name: Dir includes: - !ruby/object:RI::IncludedModule name: Enumerable instance_methods: - !ruby/object:RI::MethodSummary name: close - !ruby/object:RI::MethodSummary name: each - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: path - !ruby/object:RI::MethodSummary name: pos - !ruby/object:RI::MethodSummary name: pos= - !ruby/object:RI::MethodSummary name: read - !ruby/object:RI::MethodSummary name: rewind - !ruby/object:RI::MethodSummary name: seek - !ruby/object:RI::MethodSummary name: tell name: Dir superclass: Object