Sha256: 5af96ad04a1f90c778e88518fbb79a22e2459b31b741d2bce388e78b51f4be61
Contents?: true
Size: 174 Bytes
Versions: 10
Compression:
Stored size: 174 Bytes
Contents
# -*- coding: utf-8 -*- require 'beeps/ext' module Beeps class Sound def self.load (path) Sound.new FileIn.new(path), 1 end end# Sound end# Beeps
Version data entries
10 entries across 10 versions & 1 rubygems