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 collaboratorRenaming instance variable :RRenameInstanceVariable
Shortcuts:
:RRenameInstanceVariable
- Scenarios
-
- Renaming a single occurence of an instance variable
-
- Given
-
I have the following code:
def method @instance_variable end
- When
-
I select the instance variable and execute:
:RRenameInstanceVariable
- And
- I fill in the parameter "foo"
- Then
-
I should see:
def method @foo end
Last published almost 7 years ago by despo.