* remove deprecated stuff

This commit is contained in:
Reinhard Pointner 2012-07-13 10:52:55 +00:00
parent bff13c898d
commit 8255d1d332
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ String.metaClass.after = {
*
* e.g. "The IT Crowd (UK)" -> "The IT Crowd"
*/
String.metaClass.replaceTrailingBraces =
String.metaClass.replaceTrailingBrackets = { replacement = "" -> replaceAll(/\s*[(]([^)]*)[)]$/, replacement) }