freebsd-ports/devel/ruby-multi/pkg-descr
Sunpoet Po-Chuan Hsieh fdd462485d - Remove Author line
2013-08-29 18:06:47 +00:00

6 lines
265 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.
WWW: http://multi.rubyforge.org/