Class: Beeps::SoundPlayer
- Inherits:
-
Object
- Object
- Beeps::SoundPlayer
- Includes:
- Xot::Setter
- Defined in:
- lib/beeps/sound.rb
Instance Method Summary collapse
Instance Method Details
#paused? ⇒ Boolean
50 51 52 |
# File 'lib/beeps/sound.rb', line 50 def paused?() state == :paused end |
#playing? ⇒ Boolean
46 47 48 |
# File 'lib/beeps/sound.rb', line 46 def () state == :playing end |
#stopped? ⇒ Boolean
54 55 56 |
# File 'lib/beeps/sound.rb', line 54 def stopped?() state == :stopped end |