summaryrefslogtreecommitdiff
path: root/devel/ruby-multi/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-multi/pkg-descr')
-rw-r--r--devel/ruby-multi/pkg-descr6
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/