# File lib/backports/1.8.7/binding.rb, line 3
  def eval(expr, *arg)
    Kernel.eval(expr, self, *arg)
  end