Sha256: 1a4553a7bfacd762910f5cef580211335ba6b6d186110ebe6d6b63bf74dd585e

Contents?: true

Size: 310 Bytes

Versions: 73

Compression:

Stored size: 310 Bytes

Contents

unless Object.const_defined? :Enumerator
  require 'enumerator'
  unless Enumerable::Enumerator.method_defined? :rewind
    class Enumerable::Enumerator
      def rewind
        require 'generator'
        @generator ||= ::Generator.new(self)
        @generator.rewind
        self
      end
    end
  end
end

Version data entries

73 entries across 73 versions & 5 rubygems

Version Path
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/backports-3.15.0/lib/backports/1.8.7/enumerator/rewind.rb
backports-3.15.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.14.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.13.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.12.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.11.4 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.11.3 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.11.2 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.11.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.11.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.10.3 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.10.2 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.10.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.10.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.9.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.9.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.8.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.7.0 lib/backports/1.8.7/enumerator/rewind.rb
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/backports-3.6.8/lib/backports/1.8.7/enumerator/rewind.rb
backports-3.6.8 lib/backports/1.8.7/enumerator/rewind.rb