Categories: None [Edit]

in_enumerable

https://rubygems.org/gems/in_enumerable
https://github.com/BMorearty/in_enumerable
extends the Object type with the tasty 'in?' method, which returns true if an object is included in a list or other enumerable value. So you can do this: 1.in? [1,2] # => true 3.in? [1,2] # => false

Total

Ranking: 118,174 of 180,454
Downloads: 4,928

Daily

Ranking: 58,808 of 180,448
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,433125,842thoughtbot-shoulda

Owners

#GravatarHandle
1iconBMorearty