To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorVim-ruby-refactoring
Ruby Refactoring Tool for Vim
Issues
If you identify any issues or specific funtionality you would like to see added, write the Cucumber feature and submit an issue or a pull request:
@issue
Scenario: Add a parameter to a method defined with no parameters or parentheses
Given I have the following code:
"""
def set_name
end
"""
When I select the method and execute:
"""
:RAddParameter
"""
And I fill in the parameter "name"
Then I should see:
"""
def set_name(name)
end
"""
Topics
- Add Parameter :RAddParameter
- Add Parameter No Brackets :RAddParameterNB
- Convert Post Conditional :RConvertPostConditional
- Extract Constant :RExtractConstant
- Extract Local Variable :RExtractLocalVariable
- Extract Method :RExtractMethod
- Extract RSpec Let :RExtractLet
- Inline Temp :RInlineTemp
- Rename Local Variable :RRenameLocalVariable
- Renaming instance variable :RRenameInstanceVariable
Last published almost 7 years ago by despo.