Class: T::Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/cli/kit/sorbet_runtime_stub.rb

Instance Method Summary collapse

Instance Method Details

#bind(*_) ⇒ Object



128
129
130
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 128

def bind(*_)
  self
end

#params(*_param) ⇒ Object



132
133
134
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 132

def params(*_param)
  self
end

#returns(_type) ⇒ Object



140
141
142
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 140

def returns(_type)
  self
end

#voidObject



136
137
138
# File 'lib/cli/kit/sorbet_runtime_stub.rb', line 136

def void
  self
end