Class: T::Types::TypedEnumeratorChain Private
- Inherits:
-
TypedEnumerable
- Object
- Base
- TypedEnumerable
- T::Types::TypedEnumeratorChain
- Defined in:
- standalone/sorbet.rb,
sorbet/rbi/shims/sorbet-runtime.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
Instance Method Details
#build_type ⇒ void
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
This method returns an undefined value.
35 |
# File 'sorbet/rbi/shims/sorbet-runtime.rbi', line 35 def build_type; end |
#valid?(obj) ⇒ Boolean
37 |
# File 'standalone/sorbet.rb', line 37 def valid?(obj) = recursively_valid?(obj) |