Skip to content

Commit

Permalink
Fix remaining sorbet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mannino committed Nov 16, 2024
1 parent a217796 commit e9406f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions sorbet/rbi/shims.rbi
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# typed: true

class Tapioca::Dsl::Compiler
extend T::Sig
extend T::Helpers

abstract!

sig {abstract.void}
def decorate; end

class << self
extend T::Sig

sig { abstract.returns(T::Enumerable[Module]) }
def gather_constants; end
end
end
1 change: 0 additions & 1 deletion sorbet/rbi/todo.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ module Tapioca::Compilers::InexactStruct::RBI::KwOptParam; end
module Tapioca::Compilers::InexactStruct::RBI::TypedParam; end
module Tapioca::DEFAULT_GEM_DIR; end
module Tapioca::DEFAULT_RBI_FORMATTER; end
module Tapioca::Dsl::Compiler; end
module Tapioca::TAPIOCA_DIR; end

0 comments on commit e9406f3

Please sign in to comment.