# File lib/rcov.rb, line 845 def calling_class(level = 0) stack_frame = backtrace[level] stack_frame ? stack_frame[0] : nil end