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



119
120
121
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 119

def bind(*_)
  self
end

#params(*_param) ⇒ Object



123
124
125
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 123

def params(*_param)
  self
end

#returns(_type) ⇒ Object



131
132
133
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 131

def returns(_type)
  self
end

#voidObject



127
128
129
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 127

def void
  self
end