Class: Sidetiq::Middleware
- Inherits:
-
Object
- Object
- Sidetiq::Middleware
- Defined in:
- lib/sidetiq/middleware.rb
Instance Method Summary collapse
- #call(*args) ⇒ Object
-
#initialize ⇒ Middleware
constructor
A new instance of Middleware.
Constructor Details
#initialize ⇒ Middleware
Returns a new instance of Middleware.
3 4 5 |
# File 'lib/sidetiq/middleware.rb', line 3 def initialize @clock = Sidetiq::Clock.instance end |