Skip to content

Instantly share code, notes, and snippets.

@Pyppe
Created April 5, 2013 07:46
Show Gist options
  • Save Pyppe/5317375 to your computer and use it in GitHub Desktop.
Save Pyppe/5317375 to your computer and use it in GitHub Desktop.
implicit class PyppeContext(ctx: StringContext) {
def zot(args: Any*) = XML.loadString(ctx.standardInterpolator(StringContext.treatEscapes, args))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment