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