Method: Vagrant::Action::Env::Set#call

Defined in:
lib/vagrant/action/env/set.rb

#call(env) ⇒ Object



12
13
14
15
16
17
# File 'lib/vagrant/action/env/set.rb', line 12

def call(env)
  # Merge the options that were given to us
  env.merge!(@options)

  @app.call(env)
end