# File lib/inifile.rb, line 310 def match( regex ) @ini.dup.delete_if { |section, _| section !~ regex } end