Method: XcodeAssetsGen::IconGen#load_config

Defined in:
lib/xcode_assets_gen/icon_gen.rb

#load_configObject



12
13
14
# File 'lib/xcode_assets_gen/icon_gen.rb', line 12

def load_config
  return YAML.load_file(File.expand_path('../icons_size.yml', __FILE__))
end