class Graphviz::Component
Either (sub)graphs (Graphviz::Graph) or nodes (Graphviz::Node) or edges (Graphviz::Edge). In parameters, name is typically String.
Public Instance Methods
Alias for: safe_update_attribute
Source
# File mrblib/mrb_graphviz.rb, line 26 def eql?(other) hash == other.hash end
Also aliased as: ==
Source
# File mrblib/mrb_graphviz.rb, line 52
value is either String or Graphviz::HTMLLikeString.
Also aliased as: []=