Skip to content

Instantly share code, notes, and snippets.

@marekjelen
Created March 30, 2012 10:00
Show Gist options
  • Save marekjelen/2250529 to your computer and use it in GitHub Desktop.
Save marekjelen/2250529 to your computer and use it in GitHub Desktop.
Container?
container = ScriptingContainer.new(LocalContextScope::THREADSAFE)
container.setAttribute(AttributeName::SHARING_VARIABLES, false)
container.setCompatVersion(CompatVersion::RUBY1_9)
# run_scriptlet("")
container.clear
container.finalize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment