5 6 7 8
# File 'lib/pathway/plugins/responder.rb', line 5 def call(ctx, *params, &bl) result = super(ctx, *params) block_given? ? Responder.respond(result, &bl) : result end