# File lib/bn4r/bn.rb, line 91
  def each_leaf
    leafs.each { |leaf| yield leaf }
  end