Class: Bumpit::Managers::Base
- Inherits:
-
Object
- Object
- Bumpit::Managers::Base
- Defined in:
- lib/bumpit/managers/base.rb
Class Method Summary collapse
-
.executable?(executable) ⇒ Boolean
Return if an executable exists or not.
Class Method Details
.executable?(executable) ⇒ Boolean
Return if an executable exists or not.
12 13 14 |
# File 'lib/bumpit/managers/base.rb', line 12 def self.executable?(executable) !::Bundler.which(executable).nil? end |