Method: Applocale::Config::Setting#initialize
- Defined in:
- lib/applocale/Core/setting.rb
#initialize(configfile_pathstr) ⇒ Setting
Returns a new instance of Setting.
27 28 29 30 31 |
# File 'lib/applocale/Core/setting.rb', line 27 def initialize(configfile_pathstr) self.configfile_pathstr = configfile_pathstr self.lang_path_list = Array.new self.sheet_obj_list = Array.new end |