Skip to content

Instantly share code, notes, and snippets.

@raphink
Created November 14, 2012 10:28
Show Gist options
  • Save raphink/4071410 to your computer and use it in GitHub Desktop.
Save raphink/4071410 to your computer and use it in GitHub Desktop.
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