# File lib/extlib/lazy_array.rb, line 283
  def load_with(&block)
    @load_with_proc = block
    self
  end