method
binary
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Journey::Visitors::Dot
binary(node)private
No documentation available.
# File actionpack/lib/action_dispatch/journey/visitors.rb, line 184
def binary(node)
node.children.each do |c|
@edges << "#{node.object_id} -> #{c.object_id};"
end
super
end