##// END OF EJS Templates
Removed code duplicated in lib....
Etienne Massip -
r8086:90010d1f3bd3
parent child
Show More
@@ -375,9 +375,3 class Date
375 375 (date.year - self.year)*52 + (date.cweek - self.cweek)
376 376 end
377 377 end
378
379 class String
380 def with_leading_slash
381 starts_with?('/') ? self : "/#{self}"
382 end
383 end
General Comments 0
You need to be logged in to leave comments. Login now