|
|
|
|
|
by riffraff
4960 days ago
|
|
Camelizable.new(my_string).camelize does not support polymorphism, because it does not depend on the type of my_string. Which means if I want to add camelizable to my AnnotatedString I have to monkey patch Camelizable#initialize. |
|