Commit b792e65b0cc7ebcb85d8340f219ce9571390f88e
- Diff rendering mode:
- inline
- side by side
rails-ruby.el
(1 / 1)
|   | |||
| 137 | 137 | (defun ruby-newline-and-indent () | |
| 138 | 138 | (interactive) | |
| 139 | 139 | (newline) | |
| 140 | (ruby-indent-command)) | ||
| 140 | (ruby-indent-line)) | ||
| 141 | 141 | ||
| 142 | 142 | (defun ruby-toggle-string<>simbol () | |
| 143 | 143 | "Easy to switch between strings and symbols." |

