Class: T::Types::TypedEnumerable Private
- 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.
Direct Known Subclasses
TypedArray, TypedEnumeratorChain, TypedEnumeratorLazy, TypedHash, TypedRange, TypedSet
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.
25 |
# File 'sorbet/rbi/shims/sorbet-runtime.rbi', line 25 def build_type; end |
#valid?(obj) ⇒ Boolean
33 |
# File 'standalone/sorbet.rb', line 33 def valid?(obj) = recursively_valid?(obj) |