class SyntaxTree::Redo

def initialize(location:)

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