Class: NattyUI::Temporary
Overview
An Element whose output is erased from the terminal when it is closed.
Instances are created by Features#temporary. Any content printed inside
a Temporary block disappears when the element is closed.
Content printed with Features#pin is exempt — it is collected and reprinted after
the erasure so it remains visible.
All Features methods are available on this element.