Chris Olsen wrote: > How does a person test private methods? > > Is there a way to declare them as private, but retain any tests that > were written during the initial development? > > Thanks. > When I need to do this I just use the send method. -Ben