1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Xavier Noria 99c1043aa9 base (refined) Pathname#ascendant_of? also on Pathname#ascend
A small rewrite in a last attempt at writing obvious and portable code
without manual string manipulation.

Note that Pathname#== uses string comparison on Windows, so if client
code passes "C:\foo" and "c:/foo/bar" the predicate won't see the
former is an ascendant of the latter. Risky business.
2015-11-12 02:12:46 +01:00
..
active_support base (refined) Pathname#ascendant_of? also on Pathname#ascend 2015-11-12 02:12:46 +01:00
active_support.rb implements an evented file update checker [Puneet Agarwal] 2015-11-08 22:49:49 -08:00