Method: Aruba::Platforms::UnixWhich::AbsoluteOrRelativePathWhich#call
- Defined in:
- lib/aruba/platforms/unix_which.rb
#call(program, _path) ⇒ Object
26 27 28 29 30 |
# File 'lib/aruba/platforms/unix_which.rb', line 26 def call(program, _path) return File.(program) if Aruba.platform.executable?(program) nil end |