class Responds
A response invocation bound to its responder, context, and request.
Definitions
def with(object, **options)
Implementation
def with(object, **options)
responder.call(context, request, object, **options)
end