Method: SOCMaker::Conf.write

Defined in:
lib/soc_maker/conf.rb

.writeObject

Method to write the config to the file system



90
91
92
# File 'lib/soc_maker/conf.rb', line 90

def Conf.write
  File.open( 'socm_conf.yaml', 'w' ) { |f| f.write( @@inst.to_yaml  ) }
end