Sha256: e065a0483973f7d65fd17a55d23cd01afa07fb5d338e68273b3a0deb7b706a7b
Contents?: true
Size: 582 Bytes
Versions: 64
Compression:
Stored size: 582 Bytes
Contents
# encoding: ascii-8bit # Copyright 2014 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 General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require 'stringio' require 'cosmos/core_ext/cosmos_io' # COSMOS specific additions to the Ruby IO class class StringIO include CosmosIO if !(StringIO.method_defined?(:path)) # @return [nil] def path nil end end end
Version data entries
64 entries across 64 versions & 1 rubygems