# File lib_ctrl/rucy/control.rb, line 226
    def logfiles_close
      for output in @logfiles_output
        output.close
      end
      nil
    end