Method: Command::GemInstallToVendorCommand#cancel
- Defined in:
- lib/command/gem_install_to_vendor_command.rb
#cancel ⇒ Object
3 4 5 |
# File 'lib/command/gem_install_to_vendor_command.rb', line 3 def cancel Command::GemUninstallCommand.new(rvm_prefix, { gem_name: [:gem_name] }).execute end |