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.

2.0.0 25 个版本
安装
gem install binding_of_caller
gem 'binding_of_caller'
版本列表
2.0.0 1980-01-02
1.0.1 2024-03-07
1.0.0 2020-12-28
0.8.0 2018-01-10
0.7.3 2017-10-22
0.7.3.pre1 2014-08-20
0.7.2 2013-06-07
0.7.1 2013-02-16
0.7 2013-02-16
0.6.8 2012-09-12
0.6.7 2012-03-06
0.6.6 2012-03-01
0.6.5 2012-03-01
0.6.4 2012-03-01
0.6.3 2012-02-29
0.6.2 2012-02-02
0.6.1 2011-12-19
0.6.0 2011-11-28
0.6.8pre1 2012-09-11
0.5.0 2011-11-05
0.4.1 2011-10-22
0.4.0 2011-10-20
0.3.1 2011-10-18
0.3.0 2011-10-18
0.2.0 2011-10-17