Sha256: d01ac684f2d70190dc950c18ebc554199187f0fc6449b5f963a76b6a23e701f3
Contents?: true
Size: 312 Bytes
Versions: 78
Compression:
Stored size: 312 Bytes
Contents
module Vagrant module Config module V2 # This is a configuration object that can have anything done # to it. Anything, and it just appears to keep working. class DummyConfig def method_missing(name, *args, &block) DummyConfig.new end end end end end
Version data entries
78 entries across 71 versions & 13 rubygems