# File lib/dm-core/associations/one_to_many.rb, line 132
        def shift
          assert_mutable
          orphan_resource(children.shift)
        end