# File lib/binding_of_caller/jruby_interpreted.rb, line 66 def callers ary = [] n = 2 while binding = of_caller(n) ary << binding n += 1 end ary end