User story #1161
[PATCH] use Module prepend, to make scrum compatible with other plugins
Status:
New
Priority:
Normal
Category:
Issues list & form
Target version:
-
Blocked:
No
Alone:
Milestones:
Sprint:
Description
This patch forces to use Ruby 2.0+, which should be the case on the vast majority of platforms (Matz said : don't use Ruby 1.9 :-))
Prepend is a quite cleaner and respectful way to overload methods, and the patch code is cleaner !
We are testing it here and, there should be no regression.
Files
Updated by Redmine Smile almost 10 years ago
Hi Emilio, could we consider enabling prepend only when Ruby version is greater or equal to 2.0,
If yes, I can provide a patch.