Skip to content

Commit

Permalink
hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Sep 10, 2024
1 parent 254bf2e commit f19482d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/runtime_generic.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# typed: true

# Fix tapioca prepend issue
module T
module Generic
def self.prepended(mod)
RuntimeGeneric.prepend(mod)
end
end
end

# This module allows using type introspection to serialize/deserialize custom generics in
# T::Structs.
#
Expand Down

0 comments on commit f19482d

Please sign in to comment.