45 46 47 48 49
# File 'lib/overlayer.rb', line 45 def unmute! @am_muted = false puts 'unmuting!' if $VERBOSE Muter.unmute! unless defined?($AM_IN_UNIT_TEST) end