class SyntaxTree::Words

def initialize(beginning:, elements:, location:)

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