# frozen_string_literal: true
module ContextRequestMiddleware
module PushHandler
# :nodoc:
class Base - ContextRequestMiddleware::PushHandler::Base has no descriptive comment
def push(_data, _options); end
end
end
end