2003-01-29 12:06:05 +01:00
|
|
|
StrongTyping is a little ruby module that provides a convenient way
|
|
|
|
for ruby methods to check parameter types, and also dynamically query
|
|
|
|
them. In addition to merely checking a single set of types, it allows
|
|
|
|
easy overloading based on a number of different templates.
|
|
|
|
|
|
|
|
Author: Ryan Pavlik <rpav@users.sf.net>
|
2003-07-29 09:03:32 +02:00
|
|
|
WWW: http://mephle.org/StrongTyping/
|