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