Sha256: 8e52975de773247af579c934295d904b4f887f6bd12c74ac4d3acbaaffeca3ce
Contents?: true
Size: 1.39 KB
Versions: 5
Compression:
Stored size: 1.39 KB
Contents
# 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 # # This file may also be used under the terms of a commercial license # if purchased from OpenC3, Inc. require 'openc3/core_ext/array' require 'openc3/core_ext/binding' require 'openc3/core_ext/class' require 'openc3/core_ext/httpclient' 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/tempfile' require 'openc3/core_ext/time' require 'openc3/core_ext/objectspace'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
openc3-5.7.2 | lib/openc3/core_ext.rb |
openc3-5.7.0 | lib/openc3/core_ext.rb |
openc3-5.6.1 | lib/openc3/core_ext.rb |
openc3-5.6.0 | lib/openc3/core_ext.rb |
openc3-5.5.2 | lib/openc3/core_ext.rb |