Returns the variable’s value stripped of markup.
Returns:
the variable’s value stripped of markup
249 250 251
# File 'lib/citeproc/variable.rb', line 249 def strip_markup gsub(Variable.markup, '') end