public Method

Format.right_fill?

Indicates that the format style is right fill.

Default:false
Used in:#format, #paragraphs

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 569
def right_fill?
  return @format_style == RIGHT_FILL
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.