file - I'm using ftools in a ruby 1.8 application, how can I make this compatible with ruby 1.9 -
what best way make code using ftools compatible 1.9?
use fileutils. apis aren't totally compatible, they're close, , fileutils available pre 1.9.
i'd update code using ftools use fileutils, iron out discrepancies. it'll worth it, fileutils here stay.
Comments
Post a Comment