Variable: ruby-toggle-block-space-before-parameters

ruby-toggle-block-space-before-parameters is a customizable variable defined in ruby-mode.el.gz.

Value

t

Documentation

When non-nil, ensure space between the "toggled" curly and parameters.

This only affects the output of the command ruby-toggle-block.

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

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defcustom ruby-toggle-block-space-before-parameters t
  "When non-nil, ensure space between the \"toggled\" curly and parameters.
This only affects the output of the command `ruby-toggle-block'."
  :type 'boolean
  :safe 'booleanp
  :version "29.1")