Module: Beeper
- Defined in:
- lib/sound/sound.rb
Instance Method Summary collapse
Instance Method Details
#dah ⇒ Object
10 11 12 |
# File 'lib/sound/sound.rb', line 10 def dah Sound.play("#{__dir__}/beeps/dah.wav") end |
#dit ⇒ Object
6 7 8 |
# File 'lib/sound/sound.rb', line 6 def dit Sound.play("#{__dir__}/beeps/dit.wav") end |