protected not private

This commit is contained in:
Gilles Cornu 2013-05-14 05:26:26 +02:00
parent f2e9562e5f
commit 8d5b614231
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module VagrantPlugins
end
end
private
protected
def as_list_argument(v)
v.kind_of?(Array) ? v.join(',') : v