Module: Roda::RodaPlugins::AfterHook::InstanceMethods

Defined in:
lib/roda/plugins/_after_hook.rb

Instance Method Summary collapse

Instance Method Details

#callObject

Run internal after hooks with the response



25
26
27
28
29
# File 'lib/roda/plugins/_after_hook.rb', line 25

def call
  res = super
ensure
  _roda_after(res)
end