class ActionDispatch::Journey::Visitors::Dot

def unary(node)

def unary(node)
  @edges << "#{node.object_id} -> #{node.left.object_id};"
  super
end