Server IP : 66.29.132.122 / Your IP : 3.133.134.92 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/Dir/ |
Upload File : |
--- !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