method

to_dot

rails latest stable - Class: ActionDispatch::Journey::Nodes::Node
to_dot()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 86
        def to_dot
          Visitors::Dot::INSTANCE.accept(self)
        end