Module: Pathway::Plugins::Responder::ClassMethods

Defined in:
lib/pathway/plugins/responder.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
10
# File 'lib/pathway/plugins/responder.rb', line 7

def call(*, **, &)
  result = super(*, **)
  block_given? ? Responder.respond(result, &) : result
end