Method: Muzak::Player::StubPlayer#next_song

Defined in:
lib/muzak/player/stub_player.rb

#next_songvoid

Note:

NO-OP

This method returns an undefined value.

Moves to the next song.



65
66
67
# File 'lib/muzak/player/stub_player.rb', line 65

def next_song
  debug "#next_song"
end