1250 1251 1252 1253
# File 'lib/syntax_tree/node.rb', line 1250 def format(q) q.text("**") q.format(value) end