Updated

lib/context_request_middleware/push_handler / base.rb

A
10 lines of codes
1 methods
0.0 complexity/method
2 churn
0.0 complexity
0 duplications
# frozen_string_literal: true module ContextRequestMiddleware module PushHandler # :nodoc: class Base
  1. ContextRequestMiddleware::PushHandler::Base has no descriptive comment
def push(_data, _options); end end end end