Variable: ruby-operator-re

ruby-operator-re is a variable defined in ruby-mode.el.gz.

Value

"[-,.+*/%&|^~=<>:]\\|\\\\$"

Documentation

Regexp to match operators.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defconst ruby-operator-re "[-,.+*/%&|^~=<>:]\\|\\\\$"
  "Regexp to match operators.")