Method: Command::GemInstallToVendorCommand#cancel

Defined in:
lib/command/gem_install_to_vendor_command.rb

#cancelObject



3
4
5
# File 'lib/command/gem_install_to_vendor_command.rb', line 3

def cancel
  Command::GemUninstallCommand.new(rvm_prefix, { gem_name: options[:gem_name] }).execute
end