Method: IO::Stream::Generic#initialize

Defined in:
lib/io/stream/generic.rb

#initialize(**options) ⇒ Generic

Initialize a new generic stream.



31
32
33
# File 'lib/io/stream/generic.rb', line 31

def initialize(**options)
	super(**options)
end