Sha256: 778a4a7c9437e4ad9d167d41a05a16999a4fb6893540bd4ea88938a37d9b2585
Contents?: true
Size: 247 Bytes
Versions: 63
Compression:
Stored size: 247 Bytes
Contents
require "vagrant" module VagrantPlugins module HostLinux # Represents a Linux based host, such as Ubuntu. class Host < Vagrant.plugin("2", :host) def detect?(env) Vagrant::Util::Platform.linux? end end end end
Version data entries
63 entries across 56 versions & 8 rubygems