# File lib/riddle/configuration/parser.rb, line 143
    def parse!
      while label = next_line do
        @sections[label] = next_settings
      end

      @sections
    rescue EndOfFileError
      @sections
    end