# File lib/facet/object/in?.rb, line 9
  def in?(other)
    other.include?(self)
  end