method
push
v1_8_6_287 -
Show latest stable
- Class:
DOT::DOTSubgraph
push( thing )public
No documentation available.
# File lib/rdoc/dot/dot.rb, line 202
def push( thing )
@nodes.push( thing )
end push( thing )No documentation available.
# File lib/rdoc/dot/dot.rb, line 202
def push( thing )
@nodes.push( thing )
end