binding_of_caller 1.0.0
Provides the Binding#of_caller method. Using binding_of_caller we can grab bindings from higher up the call stack and evaluate code in that context. Allows access to bindings arbitrarily far up the call stack, not limited to just the immediate caller. Recommended for use only in debugging situations. Do not use this in production apps.
Gemfile:
=
Copy to clipboard
Copied!
install:
=
Versions:
- 1.0.0 - December 28, 2020 (10 KB)
- 0.8.0 - January 10, 2018 (85.5 KB)
- 0.7.3 - October 22, 2017 (85.5 KB)
- 0.7.3.pre1 - August 20, 2014 (85 KB)
- 0.7.2 - June 07, 2013 (83.5 KB)
Runtime Dependencies (1):
debug_inspector
>= 0.0.1