Does Ruby 1.9.2 include ftools?

If I run irb, and do this:

require ‘ftools’

The response is:

LoadError: no such file to load – ftools

I see around that 1.9.1 did not include ftools but no mention of 1.9.2. Looking at the Ruby docs (http://www.ruby-doc.org/stdlib/), ftools is still there.

Any ideas? Thanks,

David

Just found: ftools is depricated and changed to fileutils.