module Roda::RodaPlugins::AfterHook::InstanceMethods

def call

Run internal after hooks with the response
def call
  res = super
ensure
  _roda_after(res)
end