RubyGems Navigation menu

rize 1.0.3

Rize is a collection of useful methods that can make it easier to work with functions, arrays and hashes in Ruby. Some of the interesting things you can do include: - Compose, memoize and partially supply arguments to your functions - Control the behaviour of your functions based on how many times they're called - for example, you could create a function that stops executing on the third try. - Map or iterate over multiple arrays at once - Elegantly map over just the keys, or just the values of a hash. Nothing is monkeypatched, so you don't have to worry about the core classes behaving differently than you expect.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.4 - May 15, 2016 (13.5 KB)
  2. 1.0.3 - May 15, 2016 (14 KB)
  3. 1.0.2 - May 15, 2016 (13.5 KB)
  4. 1.0.1 - May 15, 2016 (13.5 KB)

Development Dependencies (5):

bundler ~> 1.12
byebug ~> 8.2
minitest ~> 5.0
pry ~> 0.10.3
rake ~> 10.0

Owners:

Authors:

  • abhijeetkalyan

SHA 256 checksum:

047db316b7a85ec5ae31c67defa639878c2e02c0f50dba60fb2bc8db54504c22

Total downloads 12,734

For this version 1,792

License:

MIT

Required Ruby Version: >= 2.0.0

Links: