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