Don't set the default variable to a type that's not allowed

This commit is contained in:
Greg Karékinian 2018-04-17 16:08:30 +02:00
parent b35c4bc097
commit b4624cf2aa

View File

@ -1,5 +1,5 @@
property :key, String, name_property: true
property :value, [String, Hash, Array, TrueClass, FalseClass], default: nil, required: true
property :value, [String, Hash, Array, TrueClass, FalseClass], required: true
load_current_value do
# some Ruby