Skip to content

Commit b7cf7ad

Browse files
committed
use sig/util.rbs
1 parent 92e1fa8 commit b7cf7ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Steepfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ target :lib do
1313
check "lib/compsci/heap.rb"
1414
# ...
1515
check "lib/compsci/oracle.rb"
16+
# ...
17+
check "lib/compsci/util.rb"
1618

1719
library "zlib"
1820

sig/compsci.rbs

-3
This file was deleted.

sig/util.rbs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module CompSci
2+
def self.power_of?: (Integer, Integer) -> bool
3+
end

0 commit comments

Comments
 (0)