Sha256: 94b13aa15030988baa2e1796b4f738375d94448a64e6349ee254ceaa15f57202
Contents?: true
Size: 203 Bytes
Versions: 12
Compression:
Stored size: 203 Bytes
Contents
require "vagrant" module VagrantPlugins module Kernel_V2 class VagrantConfig < Vagrant.plugin("2", :config) attr_accessor :host def to_s "Vagrant" end end end end
Version data entries
12 entries across 12 versions & 3 rubygems