Skip to content

Instantly share code, notes, and snippets.

@fallengiants
Created October 20, 2015 19:38
Show Gist options
  • Select an option

  • Save fallengiants/21e8ad925e2e1fed574a to your computer and use it in GitHub Desktop.

Select an option

Save fallengiants/21e8ad925e2e1fed574a to your computer and use it in GitHub Desktop.
class Symbol
def ~@
_bound = binding
return ->(arg) {_bound.send(self, arg)}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment