Current File : //proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/Dir/pwd-c.yaml |
--- !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