Categories: None [Edit]

its-it

https://rubygems.org/gems/its-it
https://github.com/ronen/its-it
This gem defines the Kernel method "it" that queue and defer method calls. This extends the Symbol#to_proc idiom to support chaining multiple methods. For example, items.collect(&it.to_s.capitalize). This also allows conditionals in case statements, such as: case ... when it > 3 then [etc.]. The method is also aliased as "its", for methods that describe possessives rather than actions, such as items.collect(&its.name.capitalize) [This gem is an extension of Jay Philips' "methodphitamine" gem, updated for ruby 1.9 and gemspec compatibility and adding the case statement functionality.]

Total

Ranking: 4,445 of 183,107
Downloads: 1,483,342

Daily

Ranking: 9,979 of 183,092
Downloads: 85

Depended by

RankDownloadsName
5,682831,481schema_plus_pg_indexes
33,88433,653bloat_check
141,1713,749groundswell_schema_plus_columns

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
25817,849,894rspec
99348,223,614simplecov
210167,990,555rdoc
28,34842,729simplecov-gem-adapter

Owners

#GravatarHandle
1iconronenbarzel