module Sequel::ToDot::DatasetMethods

  1. lib/sequel/extensions/to_dot.rb
Parent: ToDot

Methods

Public Instance

  1. to_dot

Public Instance methods

to_dot ()

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.

[show source]
# File lib/sequel/extensions/to_dot.rb, line 16
def to_dot
  ToDot.output(self)
end