Skip to content

Commit

Permalink
regenerate todo rbi file
Browse files Browse the repository at this point in the history
Co-authored-by: Perry Hertler <[email protected]>
  • Loading branch information
schoblaska and perryqh committed May 9, 2024
1 parent a926920 commit 4ba7ca6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions sorbet/rbi/todo.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@
# srb rbi todo

# typed: strong

module ::RSpec; end
class Pathname
sig do
params(
p1: T::Array[T.any(String, Pathname)],
p2: T.nilable(Integer)
)
.returns(T::Array[Pathname])
end
def glob(p1, p2 = nil); end
end

0 comments on commit 4ba7ca6

Please sign in to comment.