Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 503 Bytes

ruby-memoize.vim

ruby-memoize3

Memoize or un-memoize your ruby methods.

Put your cursor on a method and hit <Leader>m.

This only handles basic memoize, not multi-line or nil-safe memoize.

Install with Plug 'victormours/ruby-memoize.vim' or whatever plugin manager you like.

If you like this plugin, you should check out blockle by Joshua Davey.