Method: Inifile#erasesection
- Defined in:
- lib/vr/contrib/inifile.rb
#erasesection(section) ⇒ Object
58 59 60 |
# File 'lib/vr/contrib/inifile.rb', line 58 def erasesection(section) self.delete(section) end |
58 59 60 |
# File 'lib/vr/contrib/inifile.rb', line 58 def erasesection(section) self.delete(section) end |