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