Skip to content

Commit

Permalink
HEADIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 21, 2014
1 parent 6a62bd2 commit 147a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/RubyEncoding.java
Expand Up @@ -81,7 +81,7 @@ public static RubyClass createEncodingClass(Ruby runtime) {
private final Object constant;

private RubyEncoding(Ruby runtime, byte[] name, int p, int end, boolean isDummy) {
this(runtime, new ByteList(name, p, end), null, false);
this(runtime, new ByteList(name, p, end), null, isDummy);
}

private RubyEncoding(Ruby runtime, byte[] name, boolean isDummy) {
Expand Down

0 comments on commit 147a7cb

Please sign in to comment.