class SyntaxTree::UntilNode

def initialize(predicate:, statements:, location:)

def initialize(predicate:, statements:, location:)
  @predicate = predicate
  @statements = statements
  @location = location
  @comments = []
end