lib/rubocop/rspec/final_end_location.rb in rubocop-rspec-1.32.0 vs lib/rubocop/rspec/final_end_location.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module RuboCop
module RSpec
# Helps find the true end location of nodes which might contain heredocs.
module FinalEndLocation
def final_end_location(start_node)