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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -