Sha256: c93f4c30b4a250cc09f701c091a73ee3b68f55f97d08e87ab15a96aab732b0ec
Contents?: true
Size: 1.35 KB
Versions: 12
Compression:
Stored size: 1.35 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: loop:@docstringIC:YARD::Docstring"»Repeatedly executes the block. loop do print "Input: " line = gets break if !line or line =~ /^qQ/ # ... end StopIteration raised in the block breaks the loop. :@objectu:YARD::StubProxyKernel#loop: @summary0: @all"ØRepeatedly executes the block. loop do print "Input: " line = gets break if !line or line =~ /^qQ/ # ... end StopIteration raised in the block breaks the loop. @overload loop @yield []:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Kernel#loop;;;IC; "