Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -511,10 +511,6 @@ public Object toTruffle(IRubyObject object) {
return getCoreLibrary().getKernelModule();
} else if (object instanceof RubyNil) {
return getCoreLibrary().getNilObject();
} else if (object instanceof org.jruby.RubyBoolean.True) {
return true;
} else if (object instanceof org.jruby.RubyBoolean.False) {
return false;
} else if (object instanceof org.jruby.RubyFixnum) {
final long value = ((org.jruby.RubyFixnum) object).getLongValue();

0 comments on commit 3e589d7

Please sign in to comment.