Module: Grizzled::String::Template

Defined in:
lib/grizzled/string/template.rb

Overview

Grizzled::String::Template - A simple string templating solution modeled after Python’s StringTemplate library. While Ruby has less need of this kind of library, because of its built-in string interpolation, this module can be useful for interoperating with Python or with the Grizzled Scala library’s string templating library.

Defined Under Namespace

Classes: TemplateBase, UnixShellStringTemplate, Variable, VariableNotFoundException, WindowsCmdStringTemplate