We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e1fa8 commit b7cf7adCopy full SHA for b7cf7ad
Steepfile
@@ -13,6 +13,8 @@ target :lib do
13
check "lib/compsci/heap.rb"
14
# ...
15
check "lib/compsci/oracle.rb"
16
+ # ...
17
+ check "lib/compsci/util.rb"
18
19
library "zlib"
20
sig/compsci.rbs
sig/util.rbs
@@ -0,0 +1,3 @@
1
+module CompSci
2
+ def self.power_of?: (Integer, Integer) -> bool
3
+end
0 commit comments