Module: HashiCorp::VagrantVMwareDesktop::Action::Common

Instance Method Summary collapse

Instance Method Details

#to_sString

We don’t want to expose the entire path to the middleware class, so we just give ourselves the class name.

Returns:

  • (String)


12
13
14
15
# File 'lib/vagrant-vmware-desktop/action/common.rb', line 12

def to_s
  class_name = self.class.to_s.split("::").last
  "VMware Middleware: #{class_name}"
end