method
delete_at
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
delete_at( index )
public
Hide source
# File lib/rexml/parent.rb, line 48 def delete_at( index ) @children.delete_at index end