# File lib/uri_template/rfc6570/regex_builder.rb, line 65 def character_class_with_comma(max_length=0, min = 0) self << @expression_class::CHARACTER_CLASS[:class_with_comma] << format_length(max_length, min) end