# File lib/core/facets/binding/opvars.rb, line 19 def []=( l, v ) eval( "lambda {|v| #{l} = v}").call( v ) end