class ArticleFixtureGen::Data::BuildFragmentList::FragmentPosition
Associates a DOM-fragment string with a node position. The position is given as an array of indexes relative to the specified parent node. For example, given an object `obj` with :position of [0, 1, 7, 4], then
obj.string == parent_node.nodes[0].nodes[1].nodes[7].nodes[4]
would be true.