class Aruba::Platforms::UnixWhich::AbsoluteOrRelativePathWhich

def self.match?(program)

def self.match?(program)
  Aruba.platform.absolute_path?(program) || Aruba.platform.relative_command?(program)
end