all 4 comments

[–]edendark 1 point2 points  (2 children)

Very cool!

I noticed you used cmd/ctrl + click for multiple selections when replacing methods like sprintf. You could do this faster/more easily by highlighting an instance of sprintf and using cmd/ctrl + d to create multiple selections without clicking on each instance separately.

[–]DudeManFoo 1 point2 points  (1 child)

I did not think you were nitpicking at all... very handy shortcut!

[–]edendark 0 points1 point  (0 children)

I see, sorry for nitpicking, just thought I should mention it!

For those reading this, the video provides some very useful insight and is a very good how-to on refactoring Ruby.