class String
Extend String
Public Instance Methods
to_mixml_template()
click to toggle source
Convert a string into a template
@return [Mixml::Template::Text] String
as template
# File lib/mixml/template.rb, line 8 def to_mixml_template ::Mixml::Template::Text.new(self) end