# File lib/rubygame/audio.rb, line 122 def self.close_audio if audio_open? SDL::Mixer.CloseAudio() return true else return false end end