# File lib/nyan_cat_format/music.rb, line 32 def start input super @music_thread = Thread.new { start_music_or_kill(Thread.current) } wait_for_music_to_start(@music_thread) end