# File lib/directory_manager.rb, line 28 def pop(section) read if @parsed_file[section].is_a?(Array) @parsed_file[section].pop else nil end end