D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Dir
/
Filename :
pwd-c.yaml
back
Copy
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns the path to the current working directory of this process as a string. - !ruby/struct:SM::Flow::VERB body: " Dir.chdir("/tmp") #=> 0\n Dir.getwd #=> "/tmp"\n" full_name: Dir::pwd is_singleton: true name: pwd params: | Dir.getwd => string Dir.pwd => string visibility: public