RubyGems Navigation menu

reductions 0.1.0

Reductions is an addition to Enumerable that returns an array containing all of the intermediate values that would be generated in a call to Enumerable#reduce. (5..10).reductions(:+) # => [5, 11, 18, 26, 35, 45]

Gemfile:
=

instalar:
=

Versões:

  1. 0.1.0 March 14, 2015 (7,5 KB)

Donos:

Autores:

  • Penn Taylor

SHA 256 checksum:

=

Total de downloads 3.617

Desta versão 3.617

Versão lançada:

Licença:

MIT

Versão Requerida do Ruby: >= 0

Links: