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 collaboratorRename Local Variable :RRenameLocalVariable
Renames a local variable to be something more meaningful and intention revealing
Shortcuts:
:RRenameLocalVariable
- Scenarios
-
- Rename single occurance of a local variable
-
- Given
-
I have the following code:
def method foo = 7 end
- When
-
I select the local variable assignment and execute:
:RRenameLocalVariable
- And
- I fill in the parameter "days_in_week"
- Then
-
I should see:
def method days_in_week = 7 end
Last published almost 7 years ago by despo.