public Method

DOT.change_tab( t )

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

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.