push( thing )
No documentation available.
# File lib/rdoc/dot.rb, line 197 def push( thing ) @nodes.push( thing ) end