# encoding: ascii-8bit # Copyright 2022 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU Affero General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # Modified by OpenC3, Inc. # All changes Copyright 2022, OpenC3, Inc. # All Rights Reserved require 'openc3/core_ext/array' require 'openc3/core_ext/binding' require 'openc3/core_ext/class' require 'openc3/core_ext/openc3_io' require 'openc3/core_ext/exception' require 'openc3/core_ext/file' require 'openc3/core_ext/hash' require 'openc3/core_ext/io' require 'openc3/core_ext/kernel' require 'openc3/core_ext/math' require 'openc3/core_ext/matrix' require 'openc3/core_ext/range' require 'openc3/core_ext/socket' require 'openc3/core_ext/string' require 'openc3/core_ext/stringio' require 'openc3/core_ext/time' require 'openc3/core_ext/objectspace'