# File lib/dm-core/support/lazy_array.rb, line 342 def lazy_possible?(list, need_length = 1) !loaded? && need_length <= list.size end