public Method

Format.tabstop=(t)

Indicates the number of spaces that a single tab represents.

Default:8
Used in:#expand, #unexpand, #paragraphs

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 501
def tabstop=(t)
  @tabstop = posint(t)
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.