Function: ruby-smie--indent-to-stmt
ruby-smie--indent-to-stmt is a byte-compiled function defined in
ruby-mode.el.gz.
Signature
(ruby-smie--indent-to-stmt &optional OFFSET)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ruby-mode.el.gz
(defun ruby-smie--indent-to-stmt (&optional offset)
(save-excursion
(smie-backward-sexp ";")
(cons 'column (+ (smie-indent-virtual) (or offset 0)))))