# File lib/directory_manager.rb, line 19
      def [](section)
        read
        if @parsed_file[section]
          @parsed_file[section]
        else
          []
        end
      end