# File lib/binding_of_caller/jruby_interpreted.rb, line 61
    def of_caller(index = 1)
      index += 1 # always omit this frame
      JRuby.runtime.current_context.binding_of_caller(index)
    end