Variable: ruby-non-block-do-re
ruby-non-block-do-re is a variable defined in ruby-mode.el.gz.
Value
"\\_<\\(for\\|rescue\\|until\\|while\\)\\_>"
Documentation
Regexp to match keywords that nest without blocks.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-non-block-do-re
(regexp-opt '("while" "until" "for" "rescue") 'symbols)
"Regexp to match keywords that nest without blocks.")