Method: RunLoop::Environment.xtc?

Defined in:
lib/run_loop/environment.rb

.xtc?Boolean

Returns true if we are running on the XTC

Returns:

  • (Boolean)


27
28
29
# File 'lib/run_loop/environment.rb', line 27

def self.xtc?
  ENV['XAMARIN_TEST_CLOUD'] == '1'
end