# File lib/dm-core/query.rb, line 25 def reverse! # reverse the sort order update(:order => self.order.map { |o| o.reverse }) self end