Method: RunLoop::Environment.device_target

Defined in:
lib/run_loop/environment.rb

.device_targetObject

Returns the value of DEVICE_TARGET



32
33
34
# File 'lib/run_loop/environment.rb', line 32

def self.device_target
  ENV["DEVICE_TARGET"]
end