# File lib/facets/core/kernel/in.rb, line 9
  def in?(other)
    other.include?(self)
  end