Sha256: dfbad26ff83c0adfae87eb081a0c2671c3c9b4d98e034d45ab5abb2badad716e
Contents?: true
Size: 290 Bytes
Versions: 19
Compression:
Stored size: 290 Bytes
Contents
require "vagrant" module VagrantPlugins module HostWindows class Plugin < Vagrant.plugin("2") name "Windows host" description "Windows host support." host("windows") do require File.expand_path("../host", __FILE__) Host end end end end
Version data entries
19 entries across 19 versions & 6 rubygems