Class: StringIO

Inherits:
Object show all
Includes:
OpenC3IO
Defined in:
lib/openc3/core_ext/stringio.rb

Overview

OpenC3 specific additions to the Ruby IO class

Instance Method Summary collapse

Methods included from OpenC3IO

#read_length_bytes

Instance Method Details

#pathnil

Returns:

  • (nil)


32
33
34
# File 'lib/openc3/core_ext/stringio.rb', line 32

def path
  nil
end