Skip to content

Commit

Permalink
Fix method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 24, 2023
1 parent 5b51d9b commit 39636e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sig/ilios.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module Ilios

class Statement
def bind: (Hash[Symbol, untyped] | Hash[String, untyped]) -> self
def page_size: (Integer) -> self
def idempotent: (true | false) -> self
def page_size=: (Integer) -> self
def idempotent=: (true | false) -> self
end

class Future
Expand Down

0 comments on commit 39636e2

Please sign in to comment.