# File lib/dm-core/collection.rb, line 418
    def reverse
      dup.reverse!
    end