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