class Seahorse::Client::BlockIO

def initialize(&block)

def initialize(&block)
  @block = block
  @size = 0
end