ecomba / vim-ruby-refactoring

Refactoring tool for Ruby in vim!
520 stars 52 forks source link

Minor issue when I use :RExtractLet #46

Open kathgironpe opened 11 years ago

kathgironpe commented 11 years ago

I have this code:

Factory :user

which becomes

@let(:user) { Factory :user }

Why @let instead of let?

Is this a known bug?