module SsmlBuilder
Constants
- VERSION
Public Class Methods
print_version()
click to toggle source
Prints the Gem version.
# File lib/ssml_builder.rb, line 8 def self.print_version p SsmlBuilder::VERSION end