class Psych::Visitors::Visitor

def visit target

def visit target
  send dispatch[target.class], target
end