# File lib/extlib/lazy_array.rb, line 264
  def replace(other)
    mark_loaded
    @array.replace(other)
    self
  end