Class: T::Proc

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

Instance Method Summary collapse

Instance Method Details

#bind(*_) ⇒ Object



129
130
131
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 129

def bind(*_)
  self
end

#params(*_param) ⇒ Object



133
134
135
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 133

def params(*_param)
  self
end

#returns(_type) ⇒ Object



141
142
143
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 141

def returns(_type)
  self
end

#voidObject



137
138
139
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 137

def void
  self
end