Convert tabs in str to spaces.
# File bluecloth.rb, line 216 def detab( tabwidth=TabWidth ) copy = self.dup copy.detab!( tabwidth ) return copy end
<code/>
<pre/>
<code/>and<pre/>for code samples.