Package org.jruby

Class RubyFileTest.FileTestFileMethods

java.lang.Object
org.jruby.RubyFileTest.FileTestFileMethods
Enclosing class:
RubyFileTest

public static class RubyFileTest.FileTestFileMethods extends Object
MRI defines the FileTest methods both as module functions on FileTest and as singleton methods on the File class. Since our annotations can't be both module and singleton method definitions, we define proxies here for File. Note that these are to be defined on the singleton class of the File class.