class Pennyworth::StatusCommand

Public Instance Methods

execute(vm_name = nil) click to toggle source
# File lib/pennyworth/commands/status_command.rb, line 20
def execute(vm_name = nil)
  v = VagrantCommand.new

  print_ssh_config(v.vagrant, vm_name)
end