Sha256: e3f3bf64c2ddbe935057d40ac048d99a8756a27c027c1867913250b453add218
Contents?: true
Size: 1.44 KB
Versions: 16
Compression:
Stored size: 1.44 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: path:@docstringIC:YARD::Docstring"ÕReturns the pathname used to create <i>file</i> as a string. Does not normalize the name. File.new("testfile").path #=> "testfile" File.new("/tmp/../tmp/xxx", "w").path #=> "/tmp/../tmp/xxx" :@objectu:YARD::StubProxyFile#path: @summary0: @all"çReturns the pathname used to create <i>file</i> as a string. Does not normalize the name. File.new("testfile").path #=> "testfile" File.new("/tmp/../tmp/xxx", "w").path #=> "/tmp/../tmp/xxx" @overload path:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File#path;;;IC; "