class Cura::Event::Middleware::Base

The base class for event middleware.

Public Instance Methods

call(_options={}) click to toggle source

Call this middleware.

@param [#to_h] options @option options [Event::Dispatcher] :dispatcher @option options [Event::Base] :event

# File lib/cura/event/middleware/base.rb, line 11
def call(_options={})
  # Does nothing on purpose
end