Sha256: 6aac441711b621acd5b7ac30d75cc7bd8f0199729cf4f20d0c52397888ab8639
Contents?: true
Size: 344 Bytes
Versions: 17
Compression:
Stored size: 344 Bytes
Contents
# encoding: utf-8 module Punchblock module Translator class Freeswitch module Component class FliteOutput < TTSOutput private def renderer :flite end def document concatenated_render_doc.inner_text.to_s end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems