module RgGen::Core::Configuration::HashLoader

Private Instance Methods

format_layer_data(read_data, _layer, file) click to toggle source
# File lib/rggen/core/configuration/hash_loader.rb, line 9
def format_layer_data(read_data, _layer, file)
  Hash(read_data)
rescue TypeError => e
  raise Core::LoadError.new(e.message, file)
end