Class: IO

Inherits:
Object
  • Object
show all
Defined in:
lib/io-segmenter/core_ext/io.rb

Instance Method Summary collapse

Instance Method Details

#each_segment(*args, &block) ⇒ Object



2
3
4
# File 'lib/io-segmenter/core_ext/io.rb', line 2

def each_segment(*args, &block)
  IOSegmenter.new(self, *args).each(&block)
end