Flowdock
method

accept

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Dot
accept(node) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/journey/visitors.rb, line 137
        def accept(node)
          super
            digraph parse_tree {    size="8,5"    node [shape = none];    edge [dir = none];    #{@nodes.join "\n"}    #{@edges.join("\n")}  }
        end
Register or log in to add new notes.