Module: Sequel::ToDot::DatasetMethods
- Defined in:
- lib/sequel/extensions/to_dot.rb
Instance Method Summary collapse
-
#to_dot ⇒ Object
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.
Instance Method Details
permalink #to_dot ⇒ Object
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.
21 22 23 |
# File 'lib/sequel/extensions/to_dot.rb', line 21 def to_dot ToDot.output(self) end |