Sha256: 959298113f3189f17d9f7531d4d6ad4b63a725a2f5d0841f02101f8004370358
Contents?: true
Size: 219 Bytes
Versions: 50
Compression:
Stored size: 219 Bytes
Contents
module Katello module Middleware class EventDaemon def initialize(app) @app = app end def call(env) Katello::EventDaemon.start @app.call(env) end end end end
Version data entries
50 entries across 50 versions & 1 rubygems