Method: Quby::TextTransformation#textvar_html

Defined in:
lib/quby/answers/services/text_transformation.rb

#textvar_html(var_name) ⇒ Object



22
23
24
# File 'lib/quby/answers/services/text_transformation.rb', line 22

def textvar_html(var_name)
  "<span class='textvar' textvar='#{var_name}'>{{#{var_name}}}</span>"
end