# File lib/rubygame/music.rb, line 253 def playing? current? and SDL::Mixer.PlayingMusic() == 1 and SDL::Mixer.PausedMusic() == 0 end