method

in spec/cc/engine/rubocop_spec.rb [26:31]


          def method
            unused = "x" and "y"

            return false
          end