Skip to content

Commit c4a9aa7

Browse files
chrisseatoneregon
authored andcommitted
T_FILE should be for IO instances, not just File
1 parent c52e632 commit c4a9aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/truffle/truffle/cext.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def rb_tr_find_type(value)
215215
T_HASH
216216
when Struct
217217
T_STRUCT
218-
when File
218+
when IO
219219
T_FILE
220220
when Complex
221221
T_COMPLEX

0 commit comments

Comments
 (0)