Sha256: 703c36f60abf60a94adb445a3bd4988a0f48d0a45d399629a11b8d6401947ec6
Contents?: true
Size: 195 Bytes
Versions: 61
Compression:
Stored size: 195 Bytes
Contents
require "vagrant" module VagrantPlugins module HostArch class Host < Vagrant.plugin("2", :host) def detect?(env) File.exist?("/etc/arch-release") end end end end
Version data entries
61 entries across 54 versions & 7 rubygems