Include a #to_proto method for all clients

This commit is contained in:
Chris Roberts 2021-10-29 08:59:03 -07:00 committed by Paul Hinze
parent 84b9b1650a
commit 22e34e87e9
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -29,6 +29,10 @@ module VagrantPlugins
end
@client = srv_klass.new(conn, :this_channel_is_insecure)
end
def to_proto
@proto
end
end
end
end