7 8 9 10
# File 'lib/pathway/plugins/responder.rb', line 7 def call(*args, **kwargs, &bl) result = super(*args, **kwargs) block_given? ? Responder.respond(result, &bl) : result end