vim-ruby-refactoring
vim-ruby-refactoring copied to clipboard
Minor issue when I use :RExtractLet
I have this code:
Factory :user
which becomes
@let(:user) { Factory :user }
Why @let instead of let?
Is this a known bug?