module Audiostream::VERSION

Constants

MAJOR
MINOR
TINY

Public Class Methods

to_s() click to toggle source
# File lib/audiostream/version.rb, line 7
def self.to_s
  [MAJOR, MINOR, TINY].join(".")
end