Module: T::Generic
- Includes:
- Helpers
- Defined in:
- lib/sorbet/eraser/t.rb
Overview
Similar to the Helpers module, these things should only be called a couple of times, so shimming them here.
Instance Method Summary collapse
Methods included from Helpers
#abstract!, #final!, #interface!, #mixes_in_class_methods, #requires_ancestor, #sealed!
Instance Method Details
#type_member ⇒ Object
27 |
# File 'lib/sorbet/eraser/t.rb', line 27 def type_member(*, **); end |
#type_template ⇒ Object
28 |
# File 'lib/sorbet/eraser/t.rb', line 28 def type_template(*, **); end |