Show
Ignore:
Timestamp:
08/18/08 12:28:50 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Utils.cobra

    r1541 r1583  
    55 
    66use System.Reflection 
     7 
     8 
     9extend String 
     10 
     11        def capped as String 
     12                return Utils.capped(this) 
    713 
    814