Method: ConfUtils::IniFile#initialize
- Defined in:
- lib/props/ini.rb
#initialize(text) ⇒ IniFile
Returns a new instance of IniFile.
20 21 22 |
# File 'lib/props/ini.rb', line 20 def initialize( text ) @text = text end |
Returns a new instance of IniFile.
20 21 22 |
# File 'lib/props/ini.rb', line 20 def initialize( text ) @text = text end |