Class
RDoc::DOT::Subgraph
In:
lib/rdoc/dot.rb
Parent:
Element
subgraph element is the same to graph, but has another header in dot notation
Methods
<<
each_node
new
pop
push
to_s
Public Class methods
new
( params = {}, option_list = GRAPH_OPTS )
Public Instance methods
<<
( thing )
each_node
() {|i| ...}
pop
()
push
( thing )
to_s
( t = '' )
[Validate]