blob: d362d66f6fda196043dab8b0ee15d92bb3b8bafd [file] [log] [blame]
class MiddlewareBase
def initialize(app)
@app = app
end
end