Class: PDK::Util::Env

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pdk/util/env.rb

Defined Under Namespace

Classes: WindowsEnv

Class Method Summary collapse

Class Method Details

.implementationObject



41
42
43
# File 'lib/pdk/util/env.rb', line 41

def implementation
  @implementation ||= Gem.win_platform? ? WindowsEnv.new : ENV
end