# File lib/regin/character_class.rb, line 25 def bracketed? value != '.' && value !~ /^\\[dDsSwW]$/ end