# File lib/dm-core/support/lazy_array.rb, line 268
  def clear
    mark_loaded
    @array.clear
    self
  end