summaryrefslogtreecommitdiff
path: root/devel/rubygem-hashie4/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-hashie4/pkg-descr')
-rw-r--r--devel/rubygem-hashie4/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/rubygem-hashie4/pkg-descr b/devel/rubygem-hashie4/pkg-descr
deleted file mode 100644
index 633aa0cf4d5c..000000000000
--- a/devel/rubygem-hashie4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Hashie is available as a RubyGem which extend Hashes and make them more useful.
-
-- Hashie::Mash: gives simple pseudo-object functionality that can be built from
- hashes and easily extended
-- Hashie::Dash: has a discrete set of defined properties and only those
- properties may be set on the hash.
-- Hashie::Trash: a Dash that allows you to translate keys on initialization.
-- Hashie::Clash: allows you to easily construct complex hashes using method
- notation chaining.