Variable: ruby-align-chained-calls

ruby-align-chained-calls is a customizable variable defined in ruby-mode.el.gz.

Value

nil

Documentation

If non-nil, align chained method calls.

Each method call on a separate line will be aligned to the column of its parent.

Only has effect when ruby-use-smie is t.

This variable was added, or its default value changed, in Emacs 24.4.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defcustom ruby-align-chained-calls nil
  "If non-nil, align chained method calls.

Each method call on a separate line will be aligned to the column
of its parent.

Only has effect when `ruby-use-smie' is t."
  :type 'boolean
  :safe 'booleanp
  :version "24.4")