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/RubyString.java
Original file line number Diff line number Diff line change
@@ -5832,7 +5832,7 @@ public RubyString each_byte(ThreadContext context, Block block) {

@JRubyMethod(name = "each_byte")
public IRubyObject each_byte19(ThreadContext context, Block block) {
return enumerateBytes(context, "each_bytes", block, false);
return enumerateBytes(context, "each_byte", block, false);
}

@JRubyMethod

0 comments on commit 4018f94

Please sign in to comment.