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
backports-3.25.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.24.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.24.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.23.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.22.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.22.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.21.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.20.2 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.20.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.20.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.19.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.18.2 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.18.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.18.0 lib/backports/1.8.7/enumerator/rewind.rb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/backports-3.12.0/lib/backports/1.8.7/enumerator/rewind.rb
backports-3.17.2 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.17.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.17.0 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.16.1 lib/backports/1.8.7/enumerator/rewind.rb
backports-3.16.0 lib/backports/1.8.7/enumerator/rewind.rb