Method: TYCiCore::ConfigModules#config_hash
- Defined in:
- lib/tuya/ci/core/config/config_modules.rb
#config_hash ⇒ Object
13 14 15 16 17 |
# File 'lib/tuya/ci/core/config/config_modules.rb', line 13 def config_hash content = File.read @config_path hash = JSON content hash end |