method
delete_at

delete_at( index )
public
Hide source
# File lib/rexml/parent.rb, line 48 def delete_at( index ) @children.delete_at index end