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