Use case is I want to define a few methods for one...
# announcements
t
Use case is I want to define a few methods for one of my classes in an inner class so I can use that class as a receiver for my other methods but I don't want the class to be instantiated outside of its containing class.