class REXML::Parent

def []( index )

Parameters:
  • index () -- the Integer index of the child to fetch
def []( index )
  @children[index]
end