dgsuarez / reruby

Refactor Ruby
MIT License
35 stars 2 forks source link

Extract method doesn't understand instance variables #35

Closed dgsuarez closed 6 years ago

dgsuarez commented 6 years ago

It treats them as if they are local variables, trying to pass them as parameters to the extracted method.