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