public Method

BlueCloth.detab( tabwidth=TabWidth )

Convert tabs in str to spaces.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.