Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Class and Description |
---|---|
class |
RubyFile
RubyFile implements parts of the methods refer to the File class of
Ruby. |
Modifier and Type | Method and Description |
---|---|
static RubyIO |
RubyIO.open(java.lang.String path)
Creates a
RubyIO by given file. |
static RubyIO |
RubyIO.open(java.lang.String path,
java.lang.String mode)
Creates a
RubyIO by given path and mode. |