我经常发现自己转换代码是这样的:
before do :something end
至
before { :something }
有没有办法在emacs中自动执行此任务?我使用ruby-mode和rinary,但它们在这里不太有用.
ruby emacs
emacs ×1
ruby ×1