class SyntaxTree::YARV::NewRange

def initialize(exclude_end)

def initialize(exclude_end)
  @exclude_end = exclude_end
end