Class: Beeps::Sound
- Inherits:
-
Object
- Object
- Beeps::Sound
- Defined in:
- lib/beeps/sound.rb
Class Method Summary collapse
Class Method Details
.load(path) ⇒ Object
12 13 14 |
# File 'lib/beeps/sound.rb', line 12 def self.load(path) Sound.new FileIn.new(path), 1 end |