Skip to content

Commit

Permalink
Whoops missing method from signature addition a few commits ago
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Mar 9, 2015
1 parent 163d052 commit 47252ce
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -16,6 +16,7 @@

import java.util.HashMap;
import java.util.Map;
import org.jruby.util.ByteList;

/**
*
Expand All @@ -35,6 +36,10 @@ public void encode(Instr instr) {
}
}

@Override
public void encode(ByteList value) {
}

@Override
public void encode(String value) {
}
Expand Down

0 comments on commit 47252ce

Please sign in to comment.