diff options
author | rodent <rodent> | 2013-04-07 20:49:31 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-07 20:49:31 +0000 |
commit | da9d557ccd4313490cdcaabf97f4bce19df13498 (patch) | |
tree | 79de035a23bbb285c8713b492fa4fa499634f7f8 /devel/ruby-metaclass/DESCR | |
parent | c0be38a4f5e5d44fa50008152988b43e17259963 (diff) | |
download | pkgsrc-da9d557ccd4313490cdcaabf97f4bce19df13498.tar.gz |
Edited DESCR in the case of:
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
Diffstat (limited to 'devel/ruby-metaclass/DESCR')
-rw-r--r-- | devel/ruby-metaclass/DESCR | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/ruby-metaclass/DESCR b/devel/ruby-metaclass/DESCR index 02e964696fd..0ad45de3709 100644 --- a/devel/ruby-metaclass/DESCR +++ b/devel/ruby-metaclass/DESCR @@ -5,7 +5,6 @@ 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. |