Method: KubernetesCLI#with_last_status

Defined in:
lib/kubernetes-cli.rb

#with_last_status(&block) ⇒ Object

T::Sig::WithoutRuntime.sig { params(block: T.proc.params(last_status: Process::Status).void).void }


92
93
94
# File 'lib/kubernetes-cli.rb', line 92

def with_last_status(&block)
  block.call(last_status)
end