class Fbe::Conclude

def draw(&)

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

Other tags:
    Yield: - New fact and seen fact
def draw(&)
  roll do |fbt, a|
    n = fbt.insert
    fill(n, a, &)
    n
  end
end