We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0092c02 commit b769aa6Copy full SHA for b769aa6
ql/test/library-tests/frameworks/Files.expected
@@ -34,6 +34,8 @@ ioInstances
34
| Files.rb:23:19:23:33 | call to open |
35
| Files.rb:24:1:24:40 | ... = ... |
36
| Files.rb:24:19:24:40 | call to open |
37
+| Files.rb:35:1:35:56 | ... = ... |
38
+| Files.rb:35:13:35:56 | call to open |
39
fileReaders
40
| Files.rb:7:13:7:32 | call to readlines |
41
ioReaders
ql/test/library-tests/frameworks/Files.rb
@@ -30,3 +30,6 @@
30
31
# `IO.read("|date")` does not read from a file
32
date = IO.read("|date")
33
+
+# `rand_open` is an `IO` instance
+rand_open = IO.open(IO.sysopen("/dev/random", "r"), "r")
0 commit comments