Class: Nugrant::Vagrant::Errors::NugrantVagrantError

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/nugrant/vagrant/errors.rb

Instance Method Summary collapse

Instance Method Details

#compute_contextObject



11
12
13
14
15
# File 'lib/nugrant/vagrant/errors.rb', line 11

def compute_context()
  Helper::Stack.fetch_error_region(caller(), {
    :matcher => /(.+Vagrantfile):([0-9]+)/
  })
end