Module VimMate::Requirer
In: lib/vimmatelib/requirer.rb

This module contains methods to help when requiring files that could not be installed on the user computer.

Methods

Public Class methods

Raise a LoadError if the provided block returns true

Exit the program with a nice message if the specified file cannot be required

Runs the provided block if the file can be required. If it can‘t, return the value of to_return_on_error

Runs the provided block if the file cannot be required. If it can, return the value of to_return_on_success

[Validate]