Skip to content
Snippets Groups Projects
Commit d9e2a338 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Add useful comments

parent 7e312969
No related branches found
No related tags found
No related merge requests found
......@@ -423,6 +423,12 @@
(add-hook 'ruby-mode-hook 'robe-mode))
;; Du refactoring pour Ruby
;; Extract to Method (C-c C-r e)
;; Extract Local Variable (C-c C-r v)
;; Extract Constant (C-c C-r c)
;; Add Parameter (C-c C-r p)
;; Extract to Let (C-c C-r l)
;; Convert Post Conditional (C-c C-r o)
(use-package ruby-refactor
:ensure t
:config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment