Module: T::Sig Private
- Included in:
- Module
- Defined in:
- standalone/sorbet.rb
Overview
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Redefine T.sig to be a no-op.
Instance Method Summary collapse
- #sig(arg0 = nil, &blk) ⇒ Object private
Instance Method Details
#sig(arg0 = nil, &blk) ⇒ Object
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.
91 |
# File 'standalone/sorbet.rb', line 91 def sig(arg0 = nil, &blk); end |