Variable: ruby-alignable-keywords
ruby-alignable-keywords is a variable defined in ruby-mode.el.gz.
Value
(if while unless until begin case for def)
Documentation
Keywords that can be used in ruby-align-to-stmt-keywords.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-alignable-keywords '(if while unless until begin case for def)
"Keywords that can be used in `ruby-align-to-stmt-keywords'.")