Created
February 27, 2016 02:37
-
-
Save angelbotto/9b83906b98dca3bf37d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ignore = %w(name dafuq) | |
replace_with = "*" | |
data = { | |
secure: { | |
name: 'value 1', | |
last: 'value 2' | |
}, | |
content: { | |
dinamic: { | |
name: 'value 3' | |
} | |
}, | |
lol: { | |
jiji: { | |
jojo: { | |
dafuq: 'value 4' | |
} | |
} | |
} | |
} | |
# i need replace values in every object with index called name and dafuq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment