class Dry::Logic::Builder::Context

def call(&)

Other tags:
    See: Builder#call -
def call(&)
  instance_eval(&)
end