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,250 of 180,507
Downloads: 1,468,412

Daily

Ranking: 8,053 of 180,487
Downloads: 167

Depended by

RankDownloadsName
5,408827,100schema_plus_pg_indexes
33,03432,989bloat_check
141,6203,559groundswell_schema_plus_columns

Depends on

RankDownloadsName
12,082,629,206bundler
16855,753,735rake
23768,975,035rspec
102312,421,154simplecov
214146,914,181rdoc
27,42142,323simplecov-gem-adapter

Owners

#GravatarHandle
1iconronenbarzel