# File lib/ansi/bbcode.rb, line 316
    def BBCode.ansi_to_html(string)
        bbcoded = BBCode.ansi_to_bbcode(string )
        htmled  = BBCode.bbcode_to_html(bbcoded)

        return htmled
    end