Method: Inifile#deletekey
- Defined in:
- lib/vr/contrib/inifile.rb
#deletekey(section, key) ⇒ Object
54 55 56 |
# File 'lib/vr/contrib/inifile.rb', line 54 def deletekey(section,key) self[section.strip].delete(key) end |
54 55 56 |
# File 'lib/vr/contrib/inifile.rb', line 54 def deletekey(section,key) self[section.strip].delete(key) end |