class Fbe::Conclude

def consider(&)

Returns:
  • (Integer) - The count of the facts processed

Other tags:
    Yield: - The next fact found by the query
def consider(&)
  roll do |_fbt, a|
    yield a
    nil
  end
end