Method: VagrantPlugins::Skytap::Connection::Execution#verb
- Defined in:
- lib/vagrant-skytap/connection.rb
#verb ⇒ String
The name of the action(s) performed by this execution subclass, e.g. “Connect and use”.
109 110 111 |
# File 'lib/vagrant-skytap/connection.rb', line 109 def verb raise NotImplementedError.new('Must override') end |