diff options
Diffstat (limited to 'devel/ruby-multi/pkg-descr')
-rw-r--r-- | devel/ruby-multi/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/ruby-multi/pkg-descr b/devel/ruby-multi/pkg-descr deleted file mode 100644 index bb9d269998f0..000000000000 --- a/devel/ruby-multi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/ |