Variable: ruby-negative

ruby-negative is a variable defined in ruby-mode.el.gz.

Value

"^[     ]*\\(\\(\\(?:e\\(?:ls\\(?:e\\|if\\)\\|nsure\\)\\|in\\|rescue\\|[tw]hen\\)\\)\\>\\|\\_<end\\_>\\|}\\|\\]\\)"

Documentation

Regexp to match where the indentation gets shallower.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-negative
  (concat "^[ \t]*\\(\\(" ruby-block-mid-re "\\)\\>\\|"
          ruby-block-end-re "\\|}\\|\\]\\)")
  "Regexp to match where the indentation gets shallower.")