Skip to content

Instantly share code, notes, and snippets.

@simonask
Created May 5, 2009 19:31
Show Gist options
  • Save simonask/107150 to your computer and use it in GitHub Desktop.
Save simonask/107150 to your computer and use it in GitHub Desktop.
scope_ext: Object.new()
scope_ext.lol: 123
foo: {
puts(lol)
}
foo.inject_scope(scope_ext)
foo() // => "123"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment