# File lib/dm-core/support/lazy_array.rb, line 169 def <<(entry) if loaded? lazy_load @array << entry else @tail << entry end self end