Method: Ini#initialize
- Defined in:
- lib/ini.rb
#initialize(text = "") ⇒ Ini
Returns a new instance of Ini.
42 43 44 45 46 |
# File 'lib/ini.rb', line 42 def initialize(text = "") clear parse(text) @filename = nil end |
Returns a new instance of Ini.
42 43 44 45 46 |
# File 'lib/ini.rb', line 42 def initialize(text = "") clear parse(text) @filename = nil end |