name_regex
in
files/links/regex.rb [12:15]
3
lines of code
1
McCabe index (conditional complexity)
def name_regex /\A[a-zA-Z0-9_\-\. ]*\z/ end