Sha256: 501aaf2fab3d042c03973941f5dc4805817dc470fd193a91702c665e20694a62
Contents?: true
Size: 348 Bytes
Versions: 31
Compression:
Stored size: 348 Bytes
Contents
module Veewee module Provider module Virtualbox module BoxCommand # http://www.virtualbox.org/manual/ch09.html#idp13716288 def host_ip_as_seen_by_guest "10.0.2.2" end # Get the IP address of the box def ip_address return "127.0.0.1" end end end end end
Version data entries
31 entries across 31 versions & 2 rubygems