class Regexp::MatchLength

def to_re

def to_re
  "(?:#{reify.call}){#{min_rep},#{max_rep unless max_rep == Float::INFINITY}}"
end