Class: Nugrant::Vagrant::Errors::NugrantVagrantError
- Inherits:
-
Vagrant::Errors::VagrantError
- Object
- Vagrant::Errors::VagrantError
- Nugrant::Vagrant::Errors::NugrantVagrantError
- Defined in:
- lib/nugrant/vagrant/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#compute_context ⇒ Object
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 |