Are there hooks to record messages to be displayed after a spec run?

Hi

I am working on a class for use in spec code that has an “unsafe”
version
that does not catch common errors. Currently I have it using
STDERR.puts to
display warning messages, but these scroll past when there are failures.
Is
there way I can record a message to be displayed after the spec run
output?

Thanks
Ashley