public Method

Format.right_align?

Indicates that the format style is right alignment.

Default:false
Used in:#format, #paragraphs

Source Code

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