module Oxblood # @private class BufferedIO def initialize(socket) @socket = socket @buffer = String.new end private end end