vmware-archive / rbvmomi

Ruby interface to the VMware vSphere API.
MIT License
302 stars 175 forks source link

Use raise instead of fail #196

Closed jrgarcia closed 4 years ago

jrgarcia commented 4 years ago

RuboCop autocorrect to always use raise instead of fail to signal an exception.

Signed-off-by: J.R. Garcia jrg@vmware.com