lib/rubocop/ast/ext/range.rb in rubocop-ast-1.24.0 vs lib/rubocop/ast/ext/range.rb in rubocop-ast-1.24.1

- old
+ new

@@ -23,6 +23,6 @@ end end end end -::Parser::Source::Range.include ::RuboCop::AST::Ext::Range +Parser::Source::Range.include RuboCop::AST::Ext::Range