method

in spec/cc/engine/rubocop_spec.rb [25:30]


          def method
            unused = "x" and "y"

            return false
          end