Sha256: d1bf207c27d843bc331e08a1fb684f964a2c568a6e9128c7019025d9b2f6dca9
Contents?: true
Size: 1.46 KB
Versions: 12
Compression:
Stored size: 1.46 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: getwd:@docstringIC:YARD::Docstring"ŽReturns the path to the current working directory of this process as a string. Dir.chdir("/tmp") #=> 0 Dir.getwd #=> "/tmp" :@objectu:YARD::StubProxyDir.getwd: @summary0: @all"ÔReturns the path to the current working directory of this process as a string. Dir.chdir("/tmp") #=> 0 Dir.getwd #=> "/tmp" @overload getwd @return [String] @overload pwd @return [String]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Dir.getwd;;;IC; "