method
to_dot
v7.1.3.4 -
Show 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