Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ext/cgi/escape/CGIEscape.java
Original file line number Diff line number Diff line change
@@ -426,7 +426,7 @@ public void load(Ruby runtime, boolean wrap) {
rb_mEscape.defineAnnotatedMethods(CGIEscape.class);
RubyModule rb_mUtil = rb_cCGI.defineModuleUnder("Util");
rb_mUtil.prependModule(rb_mEscape);
rb_cCGI.extend_object(rb_mEscape);
rb_mEscape.extend_object(rb_cCGI);
}

// PORTED FROM OTHER FILES IN MRI

0 comments on commit 9051c7a

Please sign in to comment.