Would it be possible to add a sections() method? ``` def sections lines.select{ |l| l.is_a? IniParse::Lines::Section } end ``` I think this would be useful
Would it be possible to add a sections() method?
I think this would be useful