Method: Aruba::Platforms::UnixWhich#initialize
- Defined in:
- lib/aruba/platforms/unix_which.rb
#initialize ⇒ UnixWhich
Returns a new instance of UnixWhich.
59 60 61 62 63 64 |
# File 'lib/aruba/platforms/unix_which.rb', line 59 def initialize @whiches = [] @whiches << AbsoluteOrRelativePathWhich @whiches << ProgramWhich @whiches << DefaultWhich end |