Sha256: b1930468497fd5257ff48e6896997b84c1346188edfc29c2555bbe5589b41700
Contents?: true
Size: 1.68 KB
Versions: 12
Compression:
Stored size: 1.68 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: read:@docstringIC:YARD::Docstring"ÔReads the next entry from <em>dir</em> and returns it as a string. Returns <code>nil</code> at the end of the stream. d = Dir.new("testdir") d.read #=> "." d.read #=> ".." d.read #=> "config.h" :@objectu:YARD::StubProxy Dir#read: @summary0: @all"ýReads the next entry from <em>dir</em> and returns it as a string. Returns <code>nil</code> at the end of the stream. d = Dir.new("testdir") d.read #=> "." d.read #=> ".." d.read #=> "config.h" @overload read @return [String, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Dir#read;;;IC; "