ts wrote:
> G> class String
> G>    def starts?(aString)
> G>    def ends?(aString)
> 
>  1.9 has String#startwith?, String#endwith?

Where is this documented? I can't find it anywhere.