Variable: ruby-comment-column

ruby-comment-column is a customizable variable defined in ruby-mode.el.gz.

Value

32

Documentation

Indentation column of comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defcustom ruby-comment-column (default-value 'comment-column)
  "Indentation column of comments."
  :type 'integer
  :safe 'integerp)