module ActionFix # rubocop:disable Style/Documentation
    def handler(*response_codes, &block)
      if response_codes.empty?
        handlers[:any] = block
      else