Sha256: 5a5120276cb32329f553914ed4cefb6416ea49376b2352d6ce9a35e76293624d

Contents?: true

Size: 49 Bytes

Versions: 6

Compression:

Stored size: 49 Bytes

Contents

class Array
  def sum
    inject 0, :+
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nyara-0.1.pre.2 lib/nyara/patches/array.rb
nyara-0.1.pre.1 lib/nyara/patches/array.rb
nyara-0.1.pre.0 lib/nyara/patches/array.rb
nyara-0.0.1.pre.9 lib/nyara/patches/array.rb
nyara-0.0.1.pre.8 lib/nyara/patches/array.rb
nyara-0.0.1.pre.6 lib/nyara/patches/array.rb