Sha256: a70120451defcfbba58a9fc6e4f8081d71977e85ae220be11f9f4a84cbd13880

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

%w{
  active_support/dependencies/autoload
  active_support/core_ext/object/blank
  active_support/core_ext/numeric/time
  active_support/core_ext/enumerable
  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

4 entries across 4 versions & 1 rubygems

Version Path
ruby_speech-1.0.2 lib/ruby_speech.rb
ruby_speech-1.0.1 lib/ruby_speech.rb
ruby_speech-1.0.0 lib/ruby_speech.rb
ruby_speech-0.5.1 lib/ruby_speech.rb