lib/rubocop/ast_node/builder.rb in rubocop-0.36.0 vs lib/rubocop/ast_node/builder.rb in rubocop-0.37.0
- old
+ new
@@ -1,5 +1,6 @@
# encoding: utf-8
+# frozen_string_literal: true
module RuboCop
class Node
# `RuboCop::Builder` is an AST builder that is utilized to let `Parser`
# generate ASTs with {RuboCop::Node}.