62 63 64 65 66
# File 'lib/AllDifferentConstraint.rb', line 62 def each @variables.each { |var| yield var } end