Sha256: 04afc1839a32bde06ed2ae6ab5f667ab76de11efe79a96879be10ef250594861

Contents?: true

Size: 109 Bytes

Versions: 1

Compression:

Stored size: 109 Bytes

Contents

if RUBY_VERSION =~ /1[.]9/
  module Enumerable
    def enum_with_index
      map.with_index
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ascii-data-tools-0.9 lib/ascii-data-tools/ruby_extensions.rb