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,
[email protected] low health (37/100) — consider alternatives
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/rubygems/its-itLast updated · 2020-06-07T13:55:35.171Z