Created
November 14, 2012 10:28
-
-
Save raphink/4071410 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if not before.nil? | |
# Insert before given path | |
aug.insert(before, "path", true) | |
entry_path = "#{fpath}/path[count(*)=0]" | |
elsif not after.nil? | |
# Insert after given path | |
aug.insert(after, "path", false) | |
entry_path = "#{fpath}/path[count(*)=0]" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment