Actions
Bug #2782
closedBinding#eval not completely indicative of its binding
Bug #2782:
Binding#eval not completely indicative of its binding
Description
=begin
binding.eval("FILE") does not return the file from which the binding was created.
Given the purpose of binding it should hold that:
FILE == binding.eval("FILE")
=end
Actions