Closed darth10 closed 11 years ago
Text had too much boilerplate code. Made it simple, as well as future-proof.
Text must be thought of as a subclass of string, as we are only interested in new and to_s methods.
new
to_s
Text had too much boilerplate code. Made it simple, as well as future-proof.
Text must be thought of as a subclass of string, as we are only interested in
new
andto_s
methods.