darth10 / chordy

A Ruby DSL for printing guitar chords
MIT License
129 stars 13 forks source link

Text is actually a sub-class of String. Fixes #6 #7

Closed darth10 closed 11 years ago

darth10 commented 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.