Unfreeze valid features constant
This commit is contained in:
parent
212f6ce8bb
commit
44fa134c48
|
@ -1,7 +1,7 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module Util
|
module Util
|
||||||
class Experimental
|
class Experimental
|
||||||
VALID_FEATURES = [].freeze
|
VALID_FEATURES = []
|
||||||
class << self
|
class << self
|
||||||
|
|
||||||
# A method for determining if the experimental flag has been enabled
|
# A method for determining if the experimental flag has been enabled
|
||||||
|
|
Loading…
Reference in New Issue