global

def unmute!

Unmute the output of this instance of UI until {#mute!} is called
def unmute!
  @mute = false
end