module Sounder

Constants

VERSION

Public Class Methods

play(path) click to toggle source
# File lib/sounder.rb, line 8
def self.play path
  Sound.new(path).play
end