mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
28120af978
facilities.
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
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>
|
|
WWW: http://www.nwlink.com/~rpav/StrongTyping.html
|