This post is part of a series which documents the vim-ruby-refactoring plugin.
Convert Post Conditional
Converts a post conditional expression to a conditional expression.
Example
Before refactoring:
Move the cursor onto the line which contains the post conditional expression
Hit your **
After refactoring:
The post conditional expression is split across 3 lines and converted into a standard if expression.
rcpc is the default binding for this refactoring, think Refactor Convert Post Conditional.