Nada que decir...
(defun ruby-update-hash ()
(interactive)
(save-excursion
(goto-char (point-min))
"Update Ruby hash syntax to 1.9.3"
(while (search-forward-regexp "\\(:\\)\\(\\S*\\)\\s-*=>" nil t)
(replace-match "\\2\\1" t nil))
(message "Updated your hash syntax :)")
)
)
;;; ruby-hash-syntax.el ends here
It's a real foul up. Can't help feeling irritated by this. Costing me several hours work just when I really don't need it. It's my fault for reliying on plugin authors. Must try to avoid!"
Easily said, easily said. Doing something 'for free' doesn't make you right
What Would Luis Do?
#GraciasLuis