# File lib/mirimiri/string.rb, line 147 def strip_punctuation! replace strip_with_pattern /[^a-zA-Z0-9\-\s]/ end