spec/cc/engine/rubocop_spec.rb [117:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            unused = "x"

            return false
          end
        EORUBY
        output = run_engine
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/engine/rubocop_spec.rb [285:292]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            # rubocop:disable UselessAssignment
            unused = "x"

            return false
          end
        EORUBY
        output = run_engine
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



