Sha256: 9d0898a62338d81d0752024b95c02208dc4de0f1a58a1b97b28d2f67c9608bf2
Contents?: true
Size: 219 Bytes
Versions: 63
Compression:
Stored size: 219 Bytes
Contents
require "vagrant" module VagrantPlugins module HostNull class Host < Vagrant.plugin("2", :host) def detect?(env) # This host can only be explicitly chosen. false end end end end
Version data entries
63 entries across 56 versions & 8 rubygems