Sha256: aa5b12ea0e39661b37085e2a3c525f022f5f61b467a924efe413b88edb98078a
Contents?: true
Size: 312 Bytes
Versions: 82
Compression:
Stored size: 312 Bytes
Contents
module Vagrant module Config module V1 # 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
82 entries across 75 versions & 13 rubygems