vim-ruby-refactoring – Extract to Let
30 December, 2010
This post is part of a series which documents the vim-ruby-refactoring plugin.
Extract to Let
This is an RSpec specific refactoring which will extract an initialisation line and create a let method for you.
Example
Before refactoring:
Move the cursor on to the line you wish to extract
Hit your <leader-key> then type rel
After refactoring:
The let method is created above the it block, using the initialisation line – account = Account.new.
rel is the default binding for this refactoring, think Refactor Extract Let.
Categories: Ruby, vim
ruby vim refactoring vim-ruby-refactoring
Comments (0)