method

push

v1_9_1_378 - Show latest stable - Class: RDoc::DOT::Subgraph
push( thing )
public

No documentation available.

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