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