Package | Description |
---|---|
org.jruby | |
org.jruby.ext.stringio | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RubyStringIO |
Modifier and Type | Class and Description |
---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
Copyright © 2001-2013 JRuby. All Rights Reserved.