summaryrefslogtreecommitdiff
path: root/misc/ruby-typed-array/DESCR
diff options
context:
space:
mode:
authorobache <obache>2013-01-05 06:48:53 +0000
committerobache <obache>2013-01-05 06:48:53 +0000
commit5cb74166b0393ef74176b8d8bf61d90b1e9d815a (patch)
treee1ff1bc2419599ca8f10ac70242daf7ea6bdef35 /misc/ruby-typed-array/DESCR
parent8c7cc142920b5f6414cac9e799abbda0a50c71b5 (diff)
downloadpkgsrc-5cb74166b0393ef74176b8d8bf61d90b1e9d815a.tar.gz
Import ruby-typed-array-0.1.2 as misc/ruby-typed-array.
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc.
Diffstat (limited to 'misc/ruby-typed-array/DESCR')
-rw-r--r--misc/ruby-typed-array/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ruby-typed-array/DESCR b/misc/ruby-typed-array/DESCR
new file mode 100644
index 00000000000..e51ce8b0444
--- /dev/null
+++ b/misc/ruby-typed-array/DESCR
@@ -0,0 +1,4 @@
+All methods that alter the contents of an array that implements this Gem are
+first checked to ensure that the added items are of the types allowed. All
+methods behave exactly as their Array counterparts, including additional forms,
+block processing, etc.