Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
DOT::DOTSimpleElement
this is used when we build nodes that have shape=record ports don't have options :)
# File rdoc/dot/dot.rb, line 128 def initialize( params = {} ) super( params ) @name = params['label'] ? params['label'] : '' end
# File rdoc/dot/dot.rb, line 132 def to_s ( @name && @name != "" ? "<#{@name}>" : "" ) + "#{@label}" end
This page was generated for Ruby 1.8.7
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.