This class is missing documentation.
Copy and paste the text below and save to HelpSource/Classes/PrettyEcho.schelp
TITLE:: PrettyEcho
summary:: (put short description here)
categories:: Undocumented classes
related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff, etc.
DESCRIPTION::
(put long description here)
CLASSMETHODS::
INSTANCEMETHODS::
METHOD:: put
(describe method here)
ARGUMENT:: char
(describe argument here)
returns:: (describe returnvalue here)
EXAMPLES::
code::
(some example code)
::