Method: Applocale::Config::Sheet#initialize
- Defined in:
- lib/applocale/Core/setting.rb
#initialize(sheetname, obj) ⇒ Sheet
Returns a new instance of Sheet.
75 76 77 78 |
# File 'lib/applocale/Core/setting.rb', line 75 def initialize(sheetname, obj) self.sheetname = sheetname self.obj = obj end |