class Arel::Visitors::Dot

def visit_Hash(o)

def visit_Hash(o)
  o.each_with_index do |pair, i|
    edge("pair_#{i}") { visit pair }
  end
end