Class: T::Types::Intersection Private

Inherits:
Base
  • Object
show all
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_typevoid

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.



20
# File 'sorbet/rbi/shims/sorbet-runtime.rbi', line 20

def build_type; end

#valid?(obj) ⇒ Boolean

Returns:

  • (Boolean)


25
# File 'standalone/sorbet.rb', line 25

def valid?(obj) = recursively_valid?(obj)