class Vagrant::Action::PrimaryRunner

A PrimaryRunner is a special kind of “top-level” Action::Runner - it informs any Action::Builders it interacts with that they are also primary. This allows Builders to distinguish whether or not they are nested, which they need to know for proper action_hook handling.

@see Vagrant::Action::Builder#primary

Public Instance Methods

primary?() click to toggle source
# File lib/vagrant/action/primary_runner.rb, line 10
def primary?
  true
end