Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC1
-
Fix Version/s: JRuby 1.0.0RC1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
Hi,
Ruby.java.pathc
Index: src/org/jruby/Ruby.java
===================================================================
--- src/org/jruby/Ruby.java (revision 3643)
+++ src/org/jruby/Ruby.java (working copy)
@@ -614,7 +614,7 @@
}
private void initLibraries() {
- loadService = config.createLoadService(this);new LoadService(this);
+ loadService = config.createLoadService(this);
registerBuiltin("java.rb", new Library() {
public void load(Ruby runtime) throws IOException {
Java.createJavaModule(runtime);
Thanks for the patch (and sorry for spelling your name Soichiro versus Koichiro in commit comments). Fixed in commit 3645