Sha256: 38a99faff6ea1a262972aeff846c9b3e8f5b68bbe03ae22ad71eafc73fb2e05a
Contents?: true
Size: 279 Bytes
Versions: 15
Compression:
Stored size: 279 Bytes
Contents
module Polyfill module V2_3 module Kernel def loop return super unless block_given? super do begin yield rescue StopIteration => enum break enum.result end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems