Class: T::Proc
- Inherits:
-
Object
- Object
- T::Proc
- Defined in:
- lib/cli/kit/sorbet_runtime_stub.rb
Instance Method Summary collapse
Instance Method Details
#bind(*_) ⇒ Object
126 127 128 |
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 126 def bind(*_) self end |
#params(*_param) ⇒ Object
130 131 132 |
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 130 def params(*_param) self end |
#returns(_type) ⇒ Object
138 139 140 |
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 138 def returns(_type) self end |
#void ⇒ Object
134 135 136 |
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 134 def void self end |