Sha256: 2c853c87ba31784a3f0571ae4cca34029b281b33fe77b070d2a4b9964c7a1bcc
Contents?: true
Size: 721 Bytes
Versions: 22
Compression:
Stored size: 721 Bytes
Contents
# HoboSupport - Methodphitamine doctest_require: '../../lib/hobosupport' {.hidden} ## `Kernel#it` and `Kernel#its` A nice hack from Jay Phillips, christened "Methodphitamine". The low-down is in the [original blog post][1]. [1]: http://jicksta.com/articles/2007/08/04/the-methodphitamine >> (1..10).select &it % 2 == 0 => [2, 4, 6, 8, 10] >> %w(a few short words).map &its.length => [1, 3, 5, 5] Note that `it` and `its` are identical. They just read better in different contexts. Note that methodphitamine is also released directly by Jay (simply `gem install methodphitamine`) but it's small enough that it seemed easier to add it to HoboSupport and avoid an extra dependency. Thanks to Jay.
Version data entries
22 entries across 22 versions & 1 rubygems