Class: StringIO

Inherits:
Object show all
Includes:
CosmosIO
Defined in:
lib/cosmos/core_ext/stringio.rb

Overview

COSMOS specific additions to the Ruby IO class

Instance Method Summary collapse

Methods included from CosmosIO

#read_length_bytes

Instance Method Details

#pathnil

Returns:

  • (nil)


29
30
31
# File 'lib/cosmos/core_ext/stringio.rb', line 29

def path
  nil
end