# File lib/bluecloth.rb, line 212
        def detab( tabwidth=TabWidth )
                copy = self.dup
                copy.detab!( tabwidth )
                return copy
        end