8 lines
313 B
Text
8 lines
313 B
Text
|
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/
|