Sha256: 966fb84ed38fa40f4901f8f8dbf9ed3a8006d5e36178ba381e41de5901b8c53a
Contents?: true
Size: 1.86 KB
Versions: 12
Compression:
Stored size: 1.86 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: each:@docstringIC:YARD::Docstring"úCalls the block once for each entry in this directory, passing the filename of each entry as a parameter to the block. d = Dir.new("testdir") d.each {|x| puts "Got #{x}" } <em>produces:</em> Got . Got .. Got config.h Got main.rb :@objectu:YARD::StubProxy Dir#each: @summary0: @all"/Calls the block once for each entry in this directory, passing the filename of each entry as a parameter to the block. d = Dir.new("testdir") d.each {|x| puts "Got #{x}" } <em>produces:</em> Got . Got .. Got config.h Got main.rb @overload each @yield [filename] @return [Dir]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Dir#each;;;IC; "