Skip to content

Commit f8ef6ff

Browse files
committed
Fix method signature
1 parent ade38f6 commit f8ef6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig/ilios.rbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ module Ilios
1616

1717
class Statement
1818
def bind: (Hash[Symbol, untyped] | Hash[String, untyped]) -> self
19-
def page_size: (Integer) -> self
20-
def idempotent: (true | false) -> self
19+
def page_size=: (Integer) -> self
20+
def idempotent=: (true | false) -> self
2121
end
2222

2323
class Future

0 commit comments

Comments
 (0)