vim-ruby-refactoring icon indicating copy to clipboard operation
vim-ruby-refactoring copied to clipboard

Minor issue when I use :RExtractLet

Open kathgironpe opened this issue 12 years ago • 0 comments

I have this code:

Factory :user

which becomes

@let(:user) { Factory :user }

Why @let instead of let?

Is this a known bug?

kathgironpe avatar Jun 08 '13 07:06 kathgironpe