Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new Hash Syntax #52

Open
IJustDev opened this issue Apr 16, 2022 · 0 comments
Open

Support new Hash Syntax #52

IJustDev opened this issue Apr 16, 2022 · 0 comments

Comments

@IJustDev
Copy link

IJustDev commented Apr 16, 2022

Thank you for creating this plugin it's really awesome!

I am currently struggling with the newer ruby versions where the new hash syntax is the common way to define a hash:

x = {
a: 0,
b: 0
}

instead of

x = {
:a => 0,
:b => 0
}
IJustDev added a commit to IJustDev/vim-ruby-refactoring that referenced this issue Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant