Variable: ruby-indent-tabs-mode
ruby-indent-tabs-mode is a customizable variable defined in
ruby-mode.el.gz.
Value
nil
Documentation
Indentation can insert tabs in Ruby mode if this is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defcustom ruby-indent-tabs-mode nil
"Indentation can insert tabs in Ruby mode if this is non-nil."
:type 'boolean
:safe 'booleanp)