returns the call method. Used repeatedly in middleware mode and only once in application mode.
call
44 45 46
# File 'lib/plezi/router/router.rb', line 44 def call_method @call_method ||= Plezi::Base::Router.method(:call) end