# File lib/extlib/lazy_array.rb, line 143
  def reverse
    dup.reverse!
  end