Zitat Zitat von Ruby Doku
FileTest implements file test operations similar to those used in File::Stat. It exists as a standalone module, and its methods are also insinuated into the File class. (Note that this is not done by inclusion: the interpreter cheats).
Sind alles Rubybefehle und haben mit RGSS1/2 nichts zu tun. Im Endeffekt machen sie also alle das selbe. Es existieren übrigens beide Varianten, exist? und exists?.