Sha256: 04da8b8b672e79b23698175ef437ba924cb56ebfb1ea16d7c8e6f4d6d1000609
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
module VagrantPlugins module Skytap module Cap module PublicAddress def self.public_address(machine) if machine.state.id == :running ssh_info = machine.ssh_info ssh_info[:host] if ssh_info end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems