|
Class Summary |
| Abs |
Evaluates to the absolute Integer value of the Number-valued
input parameter. |
| DataMunger |
The real workhorse of this Kata excercise. |
| IsInteger |
Tests to true iff the input object can be converted to
an Integer by ToInteger. |
| NthColumn |
Evaluates the input String to extrace the nth whitespace
delmited column. |
| TestSoccer |
See http://pragprog.com/pragdave/Practices/Kata/KataFour.rdoc,v
for more information on this Kata. |
| TestWeather |
See http://pragprog.com/pragdave/Practices/Kata/KataFour.rdoc,v
for more information on this Kata. |
| ToInteger |
Converts a String value to an Integer, throwing
an exception if no such conversion can be made. |