Module: ChunkIO

Defined in:
lib/chunkio.rb,
lib/chunkio/chunkio.rb,
lib/chunkio/version.rb,
ext/chunkio/chunkio.c

Defined Under Namespace

Classes: Chunk, ChunkIO, Context, Stream

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.new(context_path:, stream_name:) ⇒ Object



8
9
10
11
12
13
# File 'lib/chunkio.rb', line 8

def self.new(context_path:, stream_name:)
  ::ChunkIO::ChunkIO.new(
    context_path: context_path,
    stream_name: stream_name,
  )
end