1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/binding
Jeremy Evans 0eeed5bcc5 Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__
This removes the warning that was added in
3802fb92ff, and switches the behavior
so that the eval does not use the binding's __FILE__ and __LINE__
implicitly.

Fixes [Bug #4352]
2020-01-03 20:13:09 -08:00
..
fixtures
shared
clone_spec.rb
dup_spec.rb
eval_spec.rb Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__ 2020-01-03 20:13:09 -08:00
irb_spec.rb
local_variable_defined_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
local_variable_get_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
local_variable_set_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
local_variables_spec.rb
receiver_spec.rb
source_location_spec.rb