spec/cc/engine/rubocop_spec.rb [25:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        create_source_file("foo.rb", <<~EORUBY)
          def method
            unused = "x" and "y"

            return false
          end
        EORUBY

        create_source_file(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/engine/rubocop_spec.rb [62:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        create_source_file("foo.rb", <<~EORUBY)
          def method
            unused = "x" and "y"

            return false
          end
        EORUBY

        create_source_file(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



