class Psych::Visitors::Visitor

def accept target

def accept target
  visit target
end