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

            return false
          end
        EORUBY

        output = run_engine
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

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



