Skip to content

Instantly share code, notes, and snippets.

@byron-janrain
Last active October 25, 2019 21:59
Show Gist options
  • Save byron-janrain/45998bd223c8c90c703992666109da64 to your computer and use it in GitHub Desktop.
Save byron-janrain/45998bd223c8c90c703992666109da64 to your computer and use it in GitHub Desktop.
noUnderscores = gelfData.map {|k,v| [k[0] != "_" ? k : k[1..-1],v]}.to_h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment