2 3 4 5 6
# File 'lib/origen/core_ext/range.rb', line 2 def reverse first = self.first last = self.last last..first end