I would like to quick refactor current line ex:
Subscription.create(:user => @user, :app => this_app, :verified => true, :approved => true)
to
Subscription.create(user: @user,app: this_app, verified: true, approved: true)
I would like to change that syntax only in line below cursor or in selected code.
This will work
stolen from that blogpost
Note that you can also use that gem