summaryrefslogtreecommitdiff
path: root/devel/ruby-metaclass/DESCR
diff options
context:
space:
mode:
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.