Class: AutotestAniki
- Inherits:
-
Object
- Object
- AutotestAniki
- Defined in:
- lib/autotest-aniki.rb
Class Method Summary collapse
Class Method Details
.play(type) ⇒ Object
4 5 6 |
# File 'lib/autotest-aniki.rb', line 4 def self.play(type) `aplay -q #{resource(type.to_s + '.wav')}` end |