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