summaryrefslogtreecommitdiff
path: root/devel/ruby-metaclass/DESCR
diff options
context:
space:
mode:
authortaca <taca>2011-09-12 11:46:27 +0000
committertaca <taca>2011-09-12 11:46:27 +0000
commit980206eb078fb3c0efa90f4c95cec5d24d4c9f2e (patch)
treefbe4e9c7913da642f6309115d0d0cb07024a3f79 /devel/ruby-metaclass/DESCR
parent09355cdeb50195306ac1a64a2d9e883e915ce045 (diff)
downloadpkgsrc-980206eb078fb3c0efa90f4c95cec5d24d4c9f2e.tar.gz
IMporting ruby-metaclass version 0.0.1, which is needed by newer
version of ruby-mocha package.
Diffstat (limited to 'devel/ruby-metaclass/DESCR')
-rw-r--r--devel/ruby-metaclass/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-metaclass/DESCR b/devel/ruby-metaclass/DESCR
new file mode 100644
index 00000000000..02e964696fd
--- /dev/null
+++ b/devel/ruby-metaclass/DESCR
@@ -0,0 +1,11 @@
+Adds a metaclass method to all Ruby objects.
+
+Motivations :-
+
+* Even though WhyTheLuckyStiff's [metaid gem]
+ (https://rubygems.org/gems/metaid) does something similar, apparently the
+ metaclass method without underscores [doesn't play well with Rails v2.3]
+ (https://github.com/floehopper/mocha/commit/f0749d6d291164cc9280aa8ba16f33d652d45fe1#commitcomment-475799).
+
+* I'm trying to extract code out of the [mocha gem]
+ (https://github.com/floehopper/mocha) and this is an obvious candidate.