lib/gecoder/interface/constraints/extensional_regexp.rb in gecoder-0.9.0 vs lib/gecoder/interface/constraints/extensional_regexp.rb in gecoder-0.9.1

- old
+ new

@@ -1,6 +1,6 @@ module Gecode - class Model + module Mixin # Specifies an integer regexp that matches +regexp+ repeated between # +at_least+ and +at_most+ times (inclusive). If +at_most+ is # omitted then no upper bound is placed. If both +at_least+ and # +at_most+ are omitted then no bounds are placed. #