# File lib/mutter/mutterer.rb, line 80 def say msg, *styles self.write((color?? process(msg, *styles) : unstyle(msg)) + "\n") ; nil end