# File lib/facet/binding/%5B%5D.rb, line 22
  def []=( l, v )
    eval( "proc {|v| #{l} = v}").call( v )
  end