# File lib/ruby-prof/compatibility.rb, line 107 def self.running? if defined?(@profile) and @profile @profile.running? else false end end