mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
The Multiple Dispatch Library lets programmers use multiple dispatch
|
|
and pattern matching in Ruby method definitions, choosing different
|
|
method bodies depending on the types and values of the parameters
|
|
the method is invoked with.
|
|
|
|
WWW: http://multi.rubyforge.org/
|