Variable: ruby-block-mid-keywords

ruby-block-mid-keywords is a variable defined in ruby-mode.el.gz.

Value

("then" "else" "elsif" "when" "rescue" "ensure")

Documentation

Keywords where the indentation gets shallower in middle of block statements.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-block-mid-keywords
  '("then" "else" "elsif" "when" "rescue" "ensure")
  "Keywords where the indentation gets shallower in middle of block statements.")