Skip to content

Commit

Permalink
Restore GzipReader#getc lost in merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jun 15, 2015
1 parent a3b5cdd commit bdc1226
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -491,7 +491,8 @@ public IRubyObject readbyte() {
}
return dst;
}


@JRubyMethod(name = "getc")
public IRubyObject getc_19() {
try {
int value = bufferedStream.read();
Expand Down

0 comments on commit bdc1226

Please sign in to comment.