Skip to content

jankeesvw/hashy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashy

When working with legacy Ruby code you sometimes run into the old Ruby 1.8 hash style, with this Atom package you can easily convert the old hash style to the new one.

For example:

{ :one => "first value", :two => "second value" }

Converts to:

{ one: "first value", two: "second value" }

Please bare with me, this is my first Atom package, mainly to figure out how to write packages for Atom. Special thanks to @github for open sourcing @atom.

About

Atom package to convert Ruby 1.8 hash style

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •