Closed chrisanderton closed 10 years ago
as per issue #68 the current implode code in stringable doesn't properly handle punctation/enclitics - i've modified the code to allow nested calls to modify the value being built (otherwise they are always working on an empty string)
this does highlight another issue with the current handling of punctuation - you don't actually want to strip! on all punctuation
i've also added a fix for the rdoc parsing problem in #63
Thanks!
as per issue #68 the current implode code in stringable doesn't properly handle punctation/enclitics - i've modified the code to allow nested calls to modify the value being built (otherwise they are always working on an empty string)