class SyntaxTree::UntilNode

def modifier?

def modifier?
  predicate.location.start_char > statements.location.start_char
end