module AudioStream::Helpers
Public Instance Methods
mp3(path)
click to toggle source
# File lib/audiostream/helpers.rb, line 6 def mp3(path) return Mp3Info.new path end
# File lib/audiostream/helpers.rb, line 6 def mp3(path) return Mp3Info.new path end