Class
RDoc::DOT::Element
In:
lib/rdoc/dot.rb
Parent:
SimpleElement
an element that has options ( node, edge or graph )
Methods
each_option
each_option_pair
new
Public Class methods
new
( params = {}, option_list = [] )
Public Instance methods
each_option
() {|i| ...}
each_option_pair
() {|key, val| ...}
[Validate]