Gives the more-readable `foo.in?(some_list)` rather than having to revert to the more backward `some_list.include?(foo)`.
Patrick Byrne
gem "object-in-enumerable", "~> 1.1.0"