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