# File lib/core/facets/binding/with.rb, line 7
  def with(_local_variables, &_yields)
    eval("lambda{ |#{_local_variables.keys.join(',')},&yields| binding }").call(*_local_variables.values, &_yields)
  end