# File lib/merb-core/core_ext/kernel.rb, line 331 def __caller_info__(i = 1) file, line, meth = caller[i].scan(/(.*?):(\d+):in `(.*?)'/).first end