# File lib/mab/mixin.rb, line 166
    def text(str)
      text! CGI.escapeHTML(str.to_s)
    end