# File lib/extlib/lazy_array.rb, line 298
  def respond_to?(method, include_private = false)
    super || @array.respond_to?(method)
  end