class SyntaxTree::UntilNode

def format(q)

def format(q)
  LoopFormatter.new("until", self).format(q)
end