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