class Responds
Definitions
def with(object, **options)
Implementation
def with(object, **options)
responder.call(context, request, object, **options)
end
class Responds
def with(object, **options)def with(object, **options)
responder.call(context, request, object, **options)
end