# File lib/dm-core/support/ordered_set.rb, line 353
    def include?(entry)
      entries.include?(entry)
    end