module XanMarkup::Helper
Public Instance Methods
markupize(content)
click to toggle source
# File lib/xan_markup/helper.rb, line 6 def markupize(content) Markupizer.new(content).markupize &Caller.new(self).call end