module CultomePlayer::Player::Adapter
Public Instance Methods
player_running?()
click to toggle source
Check if media player is running.
@return [Boolean] True is player is running. False otherwise.
# File lib/cultome_player/player/adapter.rb, line 9 def player_running? @is_player_running end