lib/rubocop/ast_node/builder.rb in rubocop-0.43.0 vs lib/rubocop/ast_node/builder.rb in rubocop-0.44.0

- old
+ new

@@ -1,5 +1,4 @@ -# encoding: utf-8 # frozen_string_literal: true module RuboCop class Node # `RuboCop::Builder` is an AST builder that is utilized to let `Parser`