# File lib/mutter/mutterer.rb, line 186 def esc str, open, close "\e#{open}\e" + str + "\e#{close}\e" end