Method: HtmlTemplate#text

Defined in:
lib/html/template.rb

#textObject (readonly)

returns converted template text (with “breaking” comments!!!)


127
128
129
# File 'lib/html/template.rb', line 127

def text
  @text
end