This post is part of a series which documents the vim-ruby-refactoring plugin.
Add Parameter
Simply adds a parameter (or many separated with commas) to a method.
The refactoring: http://www.refactoring.com/catalog/addParameter.html
Example
Before refactoring:
Move your cursor onto the method where you wish to add the parameter
Hit your **
After refactoring:
The contact method now has a date parameter added.
rap is the default binding for this refactoring, think Refactor Add Parameter.
The default **