class Regexp::MatchLength

def include?(length)

def include?(length)
  test_regexp.match?('X' * length)
end