# File lib/dm-core/support/lazy_array.rb, line 296 def respond_to?(method, include_private = false) super || @array.respond_to?(method) end