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