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