BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

binding_of_caller

v2.0.0RubyGems· Ruby

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.

The verdict
Solid choice. Well-adopted and active, actively maintained.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceHealthy
PopularityWidely used
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 4 months ago.
Popularity
211K downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
  • 2.0.04 months ago
  • 1.0.12 years ago
  • 1.0.05 years ago
  • 0.8.08 years ago
  • 0.7.38 years ago
  • 0.7.3.pre111 years ago
  • 0.7.212 years ago
  • 0.7.113 years ago
binding_of_caller — 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. (Ruby / RubyGems) · Modules