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