Class: T::Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/sorbet-runtime-stub.rb

Instance Method Summary collapse

Instance Method Details

#bind(*_) ⇒ Object



116
117
118
# File 'lib/sorbet-runtime-stub.rb', line 116

def bind(*_)
  self
end

#params(*_param) ⇒ Object



120
121
122
# File 'lib/sorbet-runtime-stub.rb', line 120

def params(*_param)
  self
end

#returns(_type) ⇒ Object



128
129
130
# File 'lib/sorbet-runtime-stub.rb', line 128

def returns(_type)
  self
end

#voidObject



124
125
126
# File 'lib/sorbet-runtime-stub.rb', line 124

def void
  self
end