protected not private
This commit is contained in:
parent
f2e9562e5f
commit
8d5b614231
|
@ -49,7 +49,7 @@ module VagrantPlugins
|
|||
end
|
||||
end
|
||||
|
||||
private
|
||||
protected
|
||||
|
||||
def as_list_argument(v)
|
||||
v.kind_of?(Array) ? v.join(',') : v
|
||||
|
|
Loading…
Reference in New Issue