10 lines
154 B
Ruby
10 lines
154 B
Ruby
module Vagrant
|
|
module Plugin
|
|
module Remote
|
|
# This is the wrapper class for all Remote plugins.
|
|
class Plugin
|
|
end
|
|
end
|
|
end
|
|
end
|