class IO::Stream::Buffered

def to_io

@returns [IO] The underlying IO object.
Get the underlying IO object.
def to_io
	@io.to_io
end