Class | RDoc::DOT::Port |
In: |
dot.rb
doc-tmp/rdoc/dot.rb |
Parent: | SimpleElement |
this is used when we build nodes that have shape=record ports don‘t have options :)
# File dot.rb, line 123 123: def initialize( params = {} ) 124: super( params ) 125: @name = params['label'] ? params['label'] : '' 126: end
# File doc-tmp/rdoc/dot.rb, line 123 123: def initialize( params = {} ) 124: super( params ) 125: @name = params['label'] ? params['label'] : '' 126: end