In Files

  • rdoc/dot/dot.rb

Files

Class/Module Index [+]

Quicksearch

DOT

Constants

EDGE_OPTS

options for edge declaration

GRAPH_OPTS

options for graph declaration

NODE_OPTS

options for node declaration

Public Instance Methods

change_tab( t ) click to toggle source

if we don't like 4 spaces, we can change it any time

 
               # File rdoc/dot/dot.rb, line 8
def change_tab( t )
    $tab = t
    $tab2 = t * 2
end