module Dry::Logic::Builder

def call(&)

Other tags:
    Example: Check if input is zero -

Returns:
  • (Builder::Result) -
def call(&)
  Context.instance.call(&)
end