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 collaboratorConvert Post Conditional :RConvertPostConditional
Takes a post-conditional expression and converts it into a regular conditional statement
Shortcuts:
:RConvertPostConditional
- Scenarios
-
- Convert a simple if post-conditional expression
-
- Given
-
I have the following code:
do_something if condition
- When
-
I go to the line and execute:
:RConvertPostConditional
- Then
-
I should see:
if condition do_something end
Last published over 5 years ago by despo.