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