# File lib/facet/binding/local_variables.rb, line 35
  def []=( l, v )
    eval( "proc {|v| #{l} = v}").call( v )
  end