Package | Description |
---|---|
org.jruby | |
org.jruby.ext.tempfile |
Modifier and Type | Class and Description |
---|---|
class |
RubyFile
Ruby File class equivalent in java.
|
class |
RubyRegexp |
class |
RubyString
Implementation of Ruby String class
Concurrency: no synchronization is required among readers, but
all users must synchronize externally with writers.
|
class |
RubyTempfile
A temporary stub superclass installed to handle existing code that references
"RubyTempfile" directly.
|
Modifier and Type | Class and Description |
---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.