Skip to content

dgsuarez/reruby.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Reruby.vim

Ruby refactoring using Reruby inside Vim

Usage

Exposes a single command, :Reruby, so for example

:Reruby rename_const NewName

Will rename the class/module under the cursor to NewName

You can also pass in a text range:

:'<'>Reruby extract_method my_special_method

Will extract my_special_method with that code.

Installation

Install plugin using your preferred method (pathogen et al). Minimum Vim required is Vim 8.

It also requires reruby in $PATH.

About

Refactor ruby from vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published