mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
8 lines
313 B
Plaintext
8 lines
313 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.
|
|
|
|
Author: Topher Cyll <christophercyll@gmail.com>
|
|
WWW: http://multi.rubyforge.org/
|