Variable: ruby-modifier-beg-keywords

ruby-modifier-beg-keywords is a variable defined in ruby-mode.el.gz.

Value

("if" "unless" "while" "until")

Documentation

Modifiers that are the same as the beginning of blocks.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-modifier-beg-keywords
  '("if" "unless" "while" "until")
  "Modifiers that are the same as the beginning of blocks.")