Sha256: 44d63ab9eb7e2f9f81bb6b4904e4dbee0fcb75b97db6a9991d0f352711fcd051
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 Bytes
Contents
%w{ active_support/dependencies/autoload active_support/core_ext/object/blank active_support/core_ext/numeric/time niceogiri }.each { |f| require f } module RubySpeech extend ActiveSupport::Autoload autoload :Version eager_autoload do autoload :GenericElement autoload :SSML autoload :GRXML autoload :XML end end ActiveSupport::Autoload.eager_autoload!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_speech-0.5.0 | lib/ruby_speech.rb |
ruby_speech-0.4.0 | lib/ruby_speech.rb |
ruby_speech-0.3.4 | lib/ruby_speech.rb |