Method: RunLoop::Core.instruments_running?

Defined in:
lib/run_loop/core.rb

.instruments_running?Boolean

Returns:

  • (Boolean)


652
653
654
# File 'lib/run_loop/core.rb', line 652

def self.instruments_running?
  RunLoop::Instruments.new.instruments_running?
end