Class: TextToNoise::MutePlayer
- Inherits:
-
Object
- Object
- TextToNoise::MutePlayer
- Includes:
- Logging
- Defined in:
- lib/text_to_noise/mute_player.rb
Instance Method Summary collapse
Methods included from Logging
Instance Method Details
#play(sound_name) ⇒ Object
4 5 6 |
# File 'lib/text_to_noise/mute_player.rb', line 4 def play( sound_name ) info "Playing #{sound_name}" end |
#playing? ⇒ Boolean
8 |
# File 'lib/text_to_noise/mute_player.rb', line 8 def () false; end |