Method: VagrantPlugins::ProviderLocal::Provider#initialize

Defined in:
lib/vagrant-local/provider.rb

#initialize(machine) ⇒ Provider

Returns a new instance of Provider.

[View source]

12
13
14
15
16
# File 'lib/vagrant-local/provider.rb', line 12

def initialize(machine)
  @logger = Log4r::Logger.new('vagrant::provider::local')
  @machine = machine
  super(machine)
end