Emacs packages for folding, such as
hideshowvis, rely on a major mode's ability to detect where to fold code. lisp-mode, c-mode, c++-mode, and friends specify how to fold code, but ruby-mode does not. Could we please tweak
ruby-mode.el to add fold syntax detection?