Skip to content

Support new Hash Syntax #52

Open
Open
@IJustDev

Description

@IJustDev

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions