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