# File lib/mutter/mutterer.rb, line 88 def unstyle msg styles.map do |_,v| v[:match] end.flatten.inject(msg) do |m, tag| m.gsub(tag, '') end end