org.jruby
Class RubyFileTest
java.lang.Object
org.jruby.RubyFileTest
- public class RubyFileTest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyFileTest
public RubyFileTest()
createFileTestModule
public static RubyModule createFileTestModule(Ruby ruby)
directory_p
public static RubyBoolean directory_p(IRubyObject recv,
RubyString filename)
exist_p
public static IRubyObject exist_p(IRubyObject recv,
RubyString filename)
readable_p
public static RubyBoolean readable_p(IRubyObject recv,
RubyString filename)
size
public static IRubyObject size(IRubyObject recv,
RubyString filename)
writable_p
public static RubyBoolean writable_p(IRubyObject recv,
RubyString filename)
zero_p
public static RubyBoolean zero_p(IRubyObject recv,
RubyString filename)
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.