Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding tim variants
  • Loading branch information
lichtkind committed Dec 9, 2012
1 parent f5b74af commit 5c87432
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/appendix-a-index.txt
Expand Up @@ -4657,6 +4657,20 @@ returns a copy of the string, with leading and trailing whitespace
([**\\s**](#backslash-s)) removed —
see also: [**chomp**](#chomp)

<a id="trim-leading"/>
**trim-leading**
*«string method»* &mdash;
returns a copy of the string, with leading whitespace
([**\\s**](#backslash-s)) removed &mdash;
see also: [**chomp**](#chomp)

<a id="trim-trailing"/>
**trim-trailing**
*«string method»* &mdash;
returns a copy of the string, with trailing whitespace
([**\\s**](#backslash-s)) removed &mdash;
see also: [**chomp**](#chomp)

<a id="True"/>
**True** &mdash;
[**boolean**](#Bool-type) value aka
Expand Down

0 comments on commit 5c87432

Please sign in to comment.