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: 5,175 of 196,721
Downloads: 1,537,382

Daily

Ranking: 9,111 of 196,694
Downloads: 92

Depended by

RankDownloadsName
6,679858,340schema_plus_pg_indexes
37,21635,981bloat_check
141,6714,515groundswell_schema_plus_columns

Depends on

RankDownloadsName
13,728,237,794bundler
81,410,641,125rake
291,017,967,488rspec
98499,434,149simplecov
152344,213,097rdoc
24,88963,522simplecov-gem-adapter

Owners

#GravatarHandle
1iconronenbarzel