Method: PDK::Config::Setting#value

Defined in:
lib/pdk/config/setting.rb

#valueObject



49
50
51
52
# File 'lib/pdk/config/setting.rb', line 49

def value
  # Duplicate arrays and hashes so that they are isolated from changes being made
  PDK::Util.deep_duplicate(@value)
end