# File lib/standard/facets/binding/block_exec.rb, line 18
  def block_exec(*args, &block)
    BlockEnvironment.new(self, *args, &block).call
  end