Include a #to_proto method for all clients
This commit is contained in:
parent
84b9b1650a
commit
22e34e87e9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user