Flowdock
delete_at( index ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/parent.rb, line 48
    def delete_at( index )
      @children.delete_at index
    end
Register or log in to add new notes.