# File src/rexml/light/node.rb, line 190
                        def el!
                                if node_type() != :element and node_type() != :document
                                        _old_put( 0, :element )
                                        push({})
                                end
                                self
                        end