Module Sequel::ToDot::DatasetMethods
In: lib/sequel/extensions/to_dot.rb

Methods

to_dot  

Public Instance methods

Return a string that can be processed by the dot program (included with graphviz) in order to see a visualization of the dataset‘s abstract syntax tree.

[Source]

    # File lib/sequel/extensions/to_dot.rb, line 16
16:       def to_dot
17:         ToDot.output(self)
18:       end

[Validate]