method
unary
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Visitors::Dot
unary(node, seed)private
No documentation available.
# File actionpack/lib/action_dispatch/journey/visitors.rb, line 229
def unary(node, seed)
seed.last << "#{node.object_id} -> #{node.left.object_id};"
super
end